No description
Find a file
2024-11-17 02:09:24 +05:30
backend@49dd1f94d5 added: Dockerfiles 2024-11-16 03:08:47 +05:30
frontend@42323fc2da hotfix: fixed some css grid stuff 2024-11-17 02:09:24 +05:30
.gitmodules added: backend and frontend modules 2024-11-16 02:52:12 +05:30
docker-compose.yml added: docker-compose 2024-11-16 13:52:08 +05:30
README.md added: Readme 2024-11-16 02:58:29 +05:30

BeX - A Book Exchange Platform

BeX is an all-in-one book exchange platform that allows people to share books with other people.

This project was made by Abhiram K for a full stack application development assignment at uni.

Here's what it does

  • Allows you to create accounts on the platform.
  • You can upload the books you have so people can search for them.
  • People can reach out to you to request to borrow your books.
  • There is integrated chat to help facilitate communication between parties.

Environment Variables

Make sure these are available in a .env file in both projects.

Backend

DATABASE_URL="<postgres database url>"
JWT_SECRET="<add a suitable secret here>"

Frontend

JWT_SECRET="<add a suitable secret here>"
BACKEND_HOST="http://localhost:3000"