Skip to content

budimanindra/backend-tickitz

Repository files navigation

TICKITZ BACKEND APP WITH NODE AND MYSQL

This is non-optimized minimal backend app with MySQL and node. This app designed to handle the backend of Tickitz Movie Reservation App

Requirements

  • NodeJS v12 LTS
  • XAMPP

How To Setting the Database

  • Instal XAMPP
  • Run apache and mySQL module
  • Open localhost/phpmyadmin
  • Make database 'backend-tickitz'
  • Import 'backend-tickitz.sql' to the database

How To Run This App

  • Make sure you had clone this repo
  • Copy environment from .env.example to .env
  • Configure your .env file according to your MySQL credentials
  • Open your terminal in this project and run
    npm i
    
  • And then
    npx nodemon
    

API SPECS

App Flow

alt text alt text alt text alt text

About

backend for tickitz

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published