Skip to content

Gavazadd/userway-task

Repository files navigation

Setup

1. Install the required dependencies

$ npm install

2. Create .env file

3. Start the application

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Docker for development

# start the application
$ npm run docker:up

# stop the application
$ npm run docker:down

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published