Skip to content

Academic activity with a complete CRUD made with Node.js and MongoDB

Notifications You must be signed in to change notification settings

victorsouza19/hello-mongo

Repository files navigation

This is the Hello-Mongo project ☘️


Hello-Mongo img

GitHub language count Bitbucket open issues Followers

image

This project has been dedicated to an academic activity at Fatec Campinas.

πŸ’» Prerequisites

Before start, make sure you meet these requirements:

  • You have installed the latest stable version of node
  • You have installed and configured the latest stable version of MongoDB

πŸš€ Installing Hello-Mongo

To install Hello-Mongo, follow these steps:

Clone the project and run the command in the root directory:

npm install

Change the file ./database/customerController with your database data into these constants:

const db = client.db('your_database');
const collection = db.collection('your_collection');

β˜• Using Hello-Mongo

Run the server with this line in the command line:

node index.js

Test and enjoy! πŸ˜…

πŸ“« Contributing for Hello-Mongo

To contribute, follow these steps:

  1. Fork this repository.
  2. Create a branch with your feature name: git checkout -b mynewfeature.
  3. Make your changes and confirm: git commit -m 'messagehere'
  4. Push your change to the original branch: git push origin mynewfeature
  5. Create the pull request.

Instead, you can check the GitHub documentation Creating a Pull Request.

🀝 Contributors

πŸ“ License

This project is under license. Check the file LICENSE for more details.

⬆ Go back to the top!

Releases

No releases published

Packages

No packages published