Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ritobrotomukherjee/node-mongo-crud
All CRUD API using simple Node and MongoDB. Mongoose + Search API also available in a seaparate Mongoose branch
https://github.com/ritobrotomukherjee/node-mongo-crud
api-rest crud express-js mongodb mongoose nodejs
Last synced: 22 days ago
JSON representation
All CRUD API using simple Node and MongoDB. Mongoose + Search API also available in a seaparate Mongoose branch
- Host: GitHub
- URL: https://github.com/ritobrotomukherjee/node-mongo-crud
- Owner: RitobrotoMukherjee
- Created: 2022-09-25T18:53:44.000Z (about 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-09-29T05:01:55.000Z (about 2 years ago)
- Last Synced: 2024-10-04T08:21:14.476Z (about 1 month ago)
- Topics: api-rest, crud, express-js, mongodb, mongoose, nodejs
- Language: JavaScript
- Homepage:
- Size: 131 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Ritobroto-Mukherjee-blueviolet?labelColor=yellow)
# Simple API - Node + MongoDB
> Created a simple API using Node js, Express JS and MongoDB. MySQL CRUD API is also available in separate branch.
> - **File Upload API is in `file-upload` branch. That brach is standalone and not been merged with `dev`**## Built With
- Node JS
- Express JS
- Mongo DB
- MySQL## Getting Started
- **`git clone https://github.com/RitobrotoMukherjee/node-mongo-crud.git`**
- **`cd node-mongo-crud`**
- **`npm i`**
- **To run `MongoDB` server: `npm run serve`**
- **To run `MongoDB` with `Mongoose` : `npm run mongooseserve`**## To Run `schema_basics` of `Mongoose`
- **`node schema_basics.js`**To get a local copy up and running follow these simple example steps.
### Prerequisites
- Node
- npm- **Get Your Data From**
- [MongoDB Data](https://github.com/RitobrotoMukherjee/just-mongo-db);
- Please check all the branch and get the data insert commands from the respective `.md` file.## Authors
👤 **Author**
- GitHub: [@githubhandle](https://github.com/RitobrotoMukherjee)
- Twitter: [@twitterhandle](https://twitter.com/RitobrotoM3)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/ritobroto-m3)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](./MIT.md) licensed.