Skip to content

k4mien/car-rental-webapp

Repository files navigation

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

About

nodejs web app for car rental

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published