This is the API for a social media network that uses express.js for routing, dayjs to format timestamps, a mongoDB database, and mongoose ORM.
Run the following commands in your terminal:
npm i
mongod
npm run seed
npm start
Then open Insomnia to test the API routes.
This project is licensed under the MIT License.