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
- Host: GitHub
- URL: https://github.com/victorsouza19/hello-mongo
- Owner: victorsouza19
- Created: 2021-11-13T01:29:32.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-19T23:12:47.000Z (almost 4 years ago)
- Last Synced: 2025-01-29T17:44:46.166Z (10 months ago)
- Topics: css, ejs, express, express-flash, express-sessions, html, javascript, mongodb, nodejs, oop
- Language: EJS
- Homepage:
- Size: 585 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# This is the Hello-Mongo project ☘️




> 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
## 📝 License
This project is under license. Check the file [LICENSE](LICENSE.txt) for more details.
[⬆ Go back to the top!](#Hello-Mongo)
