Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gustavohenriqueschmitz/crud-node.js
A CRUD in Node JS. Made using the Express framework, Sequelize with a MySQL database, and docker-compose to run the database.
https://github.com/gustavohenriqueschmitz/crud-node.js
crud docker mysql nodejs
Last synced: about 2 months ago
JSON representation
A CRUD in Node JS. Made using the Express framework, Sequelize with a MySQL database, and docker-compose to run the database.
- Host: GitHub
- URL: https://github.com/gustavohenriqueschmitz/crud-node.js
- Owner: GustavoHenriqueSchmitz
- Created: 2022-08-17T18:40:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T01:33:22.000Z (3 months ago)
- Last Synced: 2024-10-28T05:28:08.126Z (3 months ago)
- Topics: crud, docker, mysql, nodejs
- Language: JavaScript
- Homepage:
- Size: 14.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CRUD-Node-JS
## About the project
A CRUD in Node JS. Made using the Express framework, Sequelize with a MySQL database, and docker-compose to run the database.## Used technologies
- Node.js
- MySQL
- Docker-Compose## To install the project
**1 -** Clone the project using the command:
```
git clone https://github.com/GustavoHenriqueSchmitz/CRUD-Node.js.git
```**2 -** In the root directory, install the necessary dependencies using the command:
```
npm i
```**3 -** Install [docker-compose](https://docs.docker.com/compose/install/)
## Initializing
**1 -** Go to the root directory of the project and run:
```
docker-compose up
```**2 -** After it, open another terminal and run in the same directory:
```
node main.js
```## Author
**Gustavo Henrique Schmitz****Linkedin:** https://www.linkedin.com/in/gustavo-henrique-schmitz
**Portfolio:** https://gustavohenriqueschmitz.com
**Email:** [email protected]