Skip to content

yezarela/appointment-system

Repository files navigation

appointment-system

Appointment scheduling system that supports creating, viewing, and cancelling appointments.

Prerequisites

Installation

$ yarn install

Running the app

For first time run, you'll need to run the migrations:

# run all pending migrations
yarn migration:run

And you can run the app:

# development
$ yarn start

# watch mode
$ yarn start:dev

# production mode
$ yarn start:prod

For live testing purpose, you can import the Postman collection into your postman

Test

# unit tests
$ yarn test

Development

# generate module / controller / service
nest generate <module|controller|service> <name>

# generate migration based on entity changes
yarn migration:generate migrations/<migration-name>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published