Basic social media web app
Below is an installation guide:
-
Clone this repo to your local machine. git clone [email protected]:Jesse-Bett/Treep.git
-
Head over to your mongo db atlas account, create a database and copy it's connection string.
-
On the root folder of this project, open the .env file and paste in the connection string value next to the CONNECTIONSTRING variable.
-
Install all packages required in this project by typing in npm install or npm i in the terminal of your editor.
-
Run npm run watch on the terminal to start the server on port 3000.
-
Finally, the system is accessed by typing in the url: localhost:3000
-
Email functionality can also be added bby heading over to postman , getting the api key and pasting it to the SENDGRIDAPIKEY variable in the .env file.