Tickitz App is the number 1 cinema ticket booking application in Indonesia, developed using React JS and Express JS.
How to install in your local, you can clone this repository with
git clone https://github.com/Rachmad22/Ticket-App-be.git
or you can click use this template and customize with your project.
Create your database and edit your .env.example to .env, after that change the value with your credential, example:
DB_HOST=
DB_NAME=
DB_USER=
DB_PASS=
DB_PORT=
JWT_KEY=
CLOUD_NAME=
CLOUD_KEY=
CLOUD_SECRET=
REDIS_HOST=
REDIS_PORT=
REDIS_PASS=
after that run this command
npm install
npm run start
Thats all, you can use and customize this starterkit