Will be a social media app clone
npm install
-
Create a
.env
file in config folder and add the following askey = value
- PORT = 2121 (can be any port example: 3000)
- DB_STRING =
your database URI
--note that you must update password where indicated by '' and insert database name between the 'mongodb.net/' and the '?'
-
Cloudinary things to add
- CLOUD_NAME =
your cloudinary cloud name
- API_KEY =
your cloudinary api key
- API_SECRET =
your cloudinary api secret
- CLOUD_NAME =
npm start