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.
- Host: GitHub
- URL: https://github.com/mitchi-02/api-express-mongo-crud
- Owner: Mitchi-02
- Created: 2024-04-29T08:19:13.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-17T12:44:22.000Z (12 months ago)
- Last Synced: 2025-06-01T18:18:55.330Z (12 days ago)
- Topics: api, express, mongodb, nodejs
- Language: TypeScript
- Homepage:
- Size: 167 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```