Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 853 Bytes

README.md

File metadata and controls

37 lines (29 loc) · 853 Bytes

Carmex - NodeJS Web App

This project is simple NodeJS Web App using REST API.

Tech Stack

  • NodeJS
  • Express.js
  • Sequelize
  • MySQL

Setup

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.

image

  • 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

Demo

ezgif-1-33363198b7