/ankasa-ticketing-backend

Create a Node.js app for building flight booking RESTful APIs using Express.

Primary LanguageJavaScriptMIT LicenseMIT


Logo

Ankasa Ticketing : Backend Flight Booking

Create a Node.js app for building flight booking RESTful APIs using Express.
Explore the docs ยป

View Web Service ยท Report Bug ยท Request Feature

Table of Contents

Table of Contents
  1. About The Project
  2. Getting Started
  3. REST API
  4. Contributing
  5. Related Project
  6. Contributing
  7. Our Team
  8. License

About The Project

Create a Node.js app for building flight booking RESTful APIs using Express.

Built With

This app was built with some technologies below:

(back to top)

Getting Started

Prerequisites

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

Requirements

Installation

  • Clone the Repo
git clone https://github.com/A-RED-Team/ankasa-ticketing-backend.git
  • Go To Folder Repo
cd ankasa-ticketing-backend
  • Install Module
npm install

(back to top)

Setup .env example

Create .env file in your root project folder.

# app
APP_NAME=
NODE_ENV=
PORT=
API_URL=
APP_CLIENT=

# database
DB_HOST=
DB_USER=
DB_PASSWORD=
DB_NAME=
DB_PORT=

# jwt
JWT_SECRET=
JWT_EXPIRED=

# google
EMAIL_FROM=
EMAIL_USER=
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
REDIRECT_URI=
GMAIL_REFRESH_TOKEN=
DRIVE_REFRESH_TOKEN=

(back to top)

REST API

You can view my Postman collection here
Run in Postman

(back to top)

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 feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

Related Project

๐Ÿš€ Backend Ankasa Ticketing

๐Ÿš€ Frontend Ankasa Ticketing

๐Ÿš€ Frontend Ankasa Ticketing Admin

๐Ÿš€ Web Service

๐Ÿš€ Demo Ankasa Ticketing

๐Ÿš€ Demo Ankasa Ticketing Admin

(back to top)

Our Team

Nur Muhammad Alif Putra Setiawan
Nur Muhammad Alif Putra Setiawan
Project Manager | Full Stack Web Developer
Rif'an Hidayatulloh
Rif'an Hidayatulloh
Back End Web Developer
Edo Prayoga
Edo Prayoga
Front End Web Developer
Denny Wahyu Prasetyo
Denny Wahyu Prasetyo
Full Stack Web Developer

(back to top)

License

Distributed under the MIT License.

(back to top)