The project is a simple node module project just to see some node concepts and the setup behind it. Mainly focuses on Node and MongoDb. Tests how you can manipulate data with node on a live mongo server.
- Node
- NPM
- Javascript
To get a local copy up and running follow these simple example steps.
- Git
- Node, Node package Manager
- MongoDb
Use
# To clone git repo
git clone https://github.com/uzairali19/mongoose-node.git
# To run mongodb
mongod --dbpath=data --bind_ip 127.0.0.1
to clone the branch directly to your machine
This is used for learning purposes. Feel free to collaborate.
👤 Uzair Ali
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Give a ⭐️ if you like this project!