Bucketlist Social is a social network that connects users through similarities in their bucket list. Bucket lists can be saved and edited by the users and other users have the option to comment. Runs on MongoDB, Express.js, React.js, Node.js.
- In the root terminal
npm install
thennpm install --prefix client
- Create a
.env
file containing the MongoDB URI and jwt secret. Use the variable namesMONGO_URI
andJWT_SECRET
examples:
JWT_SECRET="yourJwtSecret"
MONGO_URI="mongodb+srv://user:password]@cluster0.rvr4i.mongodb.net/bucket-list-social?retryWrites=true&w=majority"
- In the root terminal
npm run dev
. The server is hosted at port 5000 and the client at port 3000.
coming soon
coming soon