Skip to content

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.

Notifications You must be signed in to change notification settings

Maswirasuria/angkasa_backend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Ankasa RestAPI


Explore the docs »

View Demo

Table of Contents

About The Project

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.

Built With

Getting Started

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

Installation

  1. Clone the repo
git clone https://github.com/muhislah/angkasa_backend.git
  1. Install NPM packages
npm install
  1. 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"

Contributing

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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b your/branch)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/yourbranch)
  5. Open a Pull Request

Related Project

Contact

Contributors names and contact info

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.4%
  • Shell 0.6%