Skip to content

Latest commit

 

History

History
77 lines (51 loc) · 2.12 KB

README.md

File metadata and controls

77 lines (51 loc) · 2.12 KB

Tickitz - Back End

Table of Contents

About The Project

Tickitz is a movie booking cinema platform that allows users to explore their favorite movie and cinema. This web application is built using Express.js, and PostgreSQL.

Built With

These are the libraries and service used for building this backend API

Installation

git clone https://github.com/yongkisatrias/tickitz-be.git

npm i

Create and configure ".env" example credentials are provided in ".env.example"
  • Run this command to run the server :
npm run server
  • Or run this command for running in development environment
npm run dev

Documentation

Documentation files are provided in the docs folder

API endpoint list are also available as published postman documentation

Run in Postman

Demo

https://tickitz-be-yongki.vercel.app/

Related Project

You can see other projects on my personal portfolio website.

🚀 My Web Portfolio