An open API service indexing awesome lists of open source software.

https://github.com/victorsouza19/hello-mongo

Academic activity with a complete CRUD made with Node.js and MongoDB
https://github.com/victorsouza19/hello-mongo

css ejs express express-flash express-sessions html javascript mongodb nodejs oop

Last synced: 8 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# This is the Hello-Mongo project ☘️




Hello-Mongo img

![GitHub language count](https://img.shields.io/github/languages/count/victorsouza19/hello-mongo?style=for-the-badge)
![Bitbucket open issues](https://img.shields.io/bitbucket/issues/victorsouza19/hello-mongo?style=for-the-badge)
![Followers](https://img.shields.io/github/followers/victorsouza19?style=for-the-badge)

![image](https://user-images.githubusercontent.com/71740612/141660298-bf7e55eb-a213-43e8-8d04-05d235ad5b97.png)
> 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](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request).

## 🤝 Contributors



Victor Souza image


Victor Souza


## 📝 License

This project is under license. Check the file [LICENSE](LICENSE.txt) for more details.

[⬆ Go back to the top!](#Hello-Mongo)