-
Clone the repository:
git clone https://github.com/akshay-bharadva/memories
-
Add mongodb-connection-url under
back/.env
directory forMONGODB_CONNECTION_URL
variable. -
Install node-modules and start
- 2.1. for frontend, your frontend will start on port 3000
cd front npm i npm start
- 2.2. for backend, your backend will start on port 5001
cd back npm i npm start
- 2.1. for frontend, your frontend will start on port 3000