A backend for a social network web application where users can share their thoughts, react to friends’ thoughts, and create a friend list. This application utilizes Express.js for routing, a MongoDB database, and the Mongoose ODM. The API has been designed with RESTful design principles in mind and features CRUD operations for user, thought, and reaction data.
- Clone the repository to your local machine.
- Navigate to the project directory.
- Run
npm install
to install the required dependencies.
To use this application:
- Run
npm start
in your terminal. This starts the server. - Use your preferred API client to test the routes at
localhost:3001
.
[TBD ]
This project is licensed under the MIT License. For more information, see the LICENSE file.
To contribute, please fork the repository, create a new branch for your changes, and open a pull request.
Currently, there are no tests available for this application.
For any questions, please reach out to me via GitHub or email