Ankasa Rest API, is REST API used in Ankasa Ticketing App
and Ankasa Ticketing Admin
. This API handle airline, ticket, booking and user management in app.
This is an example of how to list things you need to use the software and how to install them.
- Clone the repo
git clone https://github.com/muhislah/angkasa_backend.git
- Install NPM packages
npm install
- Add .env file at root folder project, and add following
CLOUDINARY_CLOUD_NAME = YOUR_CLOUDINARY_CLOUD_NAME
CLOUDINARY_API_KEY = YOUR_CLOUDINARY_API_KEY
CLOUDINARY_API_SECRET = YOUR_CLOUDINARY_API_SECRET
DB_USER = your_db_user
DB_HOST = your_host
DB_NAME = your_db_name
DB_PASSWORD = your_password
DB_PORT = your_db_port
PORT = 5000
SECRET_KEY = secret_key_for_JWT
NODE_ENV = "Development"
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b your/branch
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/yourbranch
) - Open a Pull Request
Contributors names and contact info