Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gabrielpenteado/api-nodejs-mongodb
RESTful API for CRUD operations. | Express | MongoDB | Node | Mongoose |
https://github.com/gabrielpenteado/api-nodejs-mongodb
express expressjs mongodb mongoose node nodejs
Last synced: about 2 months ago
JSON representation
RESTful API for CRUD operations. | Express | MongoDB | Node | Mongoose |
- Host: GitHub
- URL: https://github.com/gabrielpenteado/api-nodejs-mongodb
- Owner: gabrielpenteado
- License: mit
- Created: 2023-07-16T20:00:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-02T18:11:45.000Z (10 months ago)
- Last Synced: 2024-04-02T19:30:42.261Z (10 months ago)
- Topics: express, expressjs, mongodb, mongoose, node, nodejs
- Language: JavaScript
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
API-Node-MongoDB
RESTful API for CRUD operations; created with Node.JS and MongoDB.
### Build with
![nodejs](https://img.shields.io/badge/Node.js-339933?style=for-the-badge&logo=nodedotjs&logoColor=white)
![express](https://img.shields.io/badge/Express-000?logo=express&logoColor=fff&style=for-the-badge)
![mongodb](https://img.shields.io/badge/MongoDB-47A248?logo=mongodb&logoColor=fff&style=for-the-badge)
![mongoose](https://img.shields.io/badge/Mongoose-800?logo=mongoose&logoColor=fff&style=for-the-badge)### Requirements
- npm (^9.5.1)
- node.js (v18.16.0)
- [express](https://expressjs.com/pt-br/)
- [mongoDB](https://www.mongodb.com/)
- [mongoose](https://mongoosejs.com/)### Instalattion
1. Clone the repository.
`git clone https://github.com/gabrielpenteado/api-nodejs-mongodb`2. Install all packages dependencies.
`npm install`3. Run server.
`npm start`
## 🤝 Contributions
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
The foundation of the open source community are the contributions, them inspire us to learn and create. Any contributions are greatly appreciated.## 📄 License
This project is licensed under the MIT License. See the [LICENSE.md](https://github.com/gabrielpenteado/api-nodejs-mongodb/blob/main/LICENSE.md) file for details.
Gabriel Penteado
Full Stack Developer
[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/gabriel-penteado)
[![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white)](https://github.com/gabrielpenteado)
[![Gmail](https://img.shields.io/badge/[email protected]?style=for-the-badge&logo=gmail&logoColor=white)](mailto:[email protected])