Simple nodejs app to create users
  • TypeScript 69.4%
  • Handlebars 30.6%
Find a file
abhaykeerthy12 c62aac5a7b first commit
2021-11-13 12:27:30 +05:30
src first commit 2021-11-13 12:27:30 +05:30
test first commit 2021-11-13 12:27:30 +05:30
views first commit 2021-11-13 12:27:30 +05:30
.eslintrc.js first commit 2021-11-13 12:27:30 +05:30
.gitignore first commit 2021-11-13 12:27:30 +05:30
.prettierrc first commit 2021-11-13 12:27:30 +05:30
nest-cli.json first commit 2021-11-13 12:27:30 +05:30
package-lock.json first commit 2021-11-13 12:27:30 +05:30
package.json first commit 2021-11-13 12:27:30 +05:30
README.md first commit 2021-11-13 12:27:30 +05:30
tsconfig.build.json first commit 2021-11-13 12:27:30 +05:30
tsconfig.json first commit 2021-11-13 12:27:30 +05:30

Description

White Rabbit coding test

Installation

Clone this repo, go to project folder then run

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

Production

To run the project in prodution mode, run

# build
$ npm run build

# run
$ npm run start:prod

After that please visit

http://localhost:3000