This repository contains an API for a social network web application where users can share their thoughts, react to friends’ thoughts, and create a friend list.
The application uses Express.js for routing, a MongoDB database, and the Mongoose ODM.
To run your own version of the app do the following:
- Clone this git repo to your computer
- Inside a terminal run
npm install
to get all the necessary dependencies
- To start the app type:
npm start
- When the application starts correctly, the message below will
show in the console:API server running on port 3001!
The following gif shows what the different routes and DB look like:
Note: this repository does not include a frontend. The DB and route functionality must be tested wiht an app like Insomnia or Postman.
MIT License
N/A