A RESTful notes API built with ExpressJS and MongoDB
About • Getting Started • Deployment • Built Using • Acknowledgments
This API allows you to create, retrieve, update, and delete notes just like in a traditional notes app. You can use it to build your own notes app or integrate it into an existing project.
Check out the frontend for this API here: react-note-app
To get started with this project, follow these steps:
Clone the repository:
git clone https://github.com/user/notes-api.git
Install dependencies:
npm install
Start the development server:
npm start
To deploy this API on a live system, you will need to have a MongoDB server running and connect the API to it by setting the MONGODB_URI
environment variable. You can then build the API for production by running
npm run build
and start the production server with
npm start:prod
- Node.js - Server Environment
- Express - Server Framework
- MongoDB - Database
- Mongoose - MongoDB Object Modeling