An open API service indexing awesome lists of open source software.

https://github.com/mitchi-02/api-express-mongo-crud

A crud api built with Express and MongoDB.
https://github.com/mitchi-02/api-express-mongo-crud

api express mongodb nodejs

Last synced: 2 days ago
JSON representation

A crud api built with Express and MongoDB.

Awesome Lists containing this project

README

        

# Crud API with Express and MongoDB
A crud api built with Express and MongoDB, for a school assignement.
## Getting Started
### Clone the Repository
```bash
git clone https://github.com/Mitchi-02/api-express-mongo-crud.git
```
### Run Seeders
```bash
npm run seed
```
### Start the server
```bash
npm install
npm run dev
```