Skip to content

co-sai/ticket-purchase-service

Repository files navigation

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

Description

Ticket Purchase Service Nest framework TypeScript starter repository.

This project was developed using Node.js with the NestJS framework and used MongoDB as the backend database.

Installation

$ yarn install

Running the app

# development

$ yarn start:dev

Test

# unit tests
$ yarn test

Project Documentation

# install compodoc package
$ npm i -D @compodoc/compodoc

# Create documentation
$ npx @compodoc/compodoc -p tsconfig.json -s

API Documentation

Documentation

Environment Variables

To run this project, you will need to add the following environment variables to your

.env.development file

SECRET_KEY

JWT_EXPIRES_IN

MONGODB_URI

About

API for ticket purchase service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published