/MyExpressMongoAPI

Express MongoDB API

Primary LanguageJavaScript

Express Social API

MIT LICENSE SHIELD Nodejs Mongoose dotenv express

Description

This is a social media API that allows users to create, update, and delete users, thoughts, and reactions. Users can also add and remove friends from their friend list.

Table of Contents

Installation

  1. Clone the repo
    git clone
  2. Install NPM packages
    npm install
  3. Create a .env file in the root directory and add the following:
    MONGODB_URI=<your mongodb uri>
  4. Run the server
    npm start
  5. Use Insomnia Core to test the routes

Demo - Video

Screen.Recording.2023-05-31.at.3.06.59.PM.mov

License

This project is licensed under the MIT license.

Questions

jxp489@gmail.com

GitHub