This project is simple NodeJS Web App using REST API.
- NodeJS
- Express.js
- Sequelize
- MySQL
To setup this project you have to do these steps:
$ git clone [repo]
$ cd [repo]
$ cd docker
$ docker compose up
Now, you have to create scheme in database for our data.
- type localhost:8183 in the browser
- log in with root credentials
- execute
CREATE SCHEMA IF NOT EXISTS `tin`
in phpmyadmin console
Go back to the terminal:
$ cd ..
$ npm install
$ npm start
Done, app should be running at localhost:3000