If you want to add more functionalities or solve a bug you came across, here are the steps to clone this repo and make it up and running in your local machine
Existing MondoDB account and your personal database api link
- Clone this repo
git clone https://github.com/Ambareen09/Create-memories.git
- install node dependencies in client and server folder respectively
npm install
-
Create
.env
file in server folder and addCONNECTION_URL="YOUR_MONGODB_PRIVATE_LINK"
-
Start the server in client and server folder respectively
npm start