REST API Tiketku App
PUBLIC URI : http://54.196.30.0/tiketku
This backend for tiketku android app
- Node.js - Download and Install Node.js - Simple bash script to manage multiple active node.js versions.
- Nodemon - Download and Install Nodemon - nodemon is a tool that automatically restarting the node application when file changes in the directory are detected.
- Express JS - Download and Install Express JS - web framework for Node.js
$ git clone https://github.com/sandirr/Tiketku
$ cd Tiketku
$ npm install
$ cp .env.example .env
$ nano .env
$ npm start