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.
These are the libraries and service used for building this backend API
- Node.js 18
- Bcrypt 5.1.1
- Cors 2.8.5
- Dotenv 16.3.1
- Express 4.18.2
- Helmet 7.0.0
- Jsonwebtoken 9.0.2
- Node Input Validator 4.5.1
- PostgreSQL 16
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 files are provided in the docs folder
API endpoint list are also available as published postman documentation
https://tickitz-be-yongki.vercel.app/
You can see other projects on my personal portfolio website.