Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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]