1
0
ohmyform/api
2019-08-30 17:58:19 +02:00
..
src add registration and emails 2019-08-30 17:58:19 +02:00
views/en/mail/auth add registration and emails 2019-08-30 17:58:19 +02:00
.gitignore initial commit for nestjs api 2019-07-29 00:54:43 +02:00
.prettierrc initial commit for nestjs api 2019-07-29 00:54:43 +02:00
nest-cli.json initial commit for nestjs api 2019-07-29 00:54:43 +02:00
nodemon-debug.json initial commit for nestjs api 2019-07-29 00:54:43 +02:00
nodemon.json initial commit for nestjs api 2019-07-29 00:54:43 +02:00
package.json add registration and emails 2019-08-30 17:58:19 +02:00
README.md initial commit for nestjs api 2019-07-29 00:54:43 +02:00
tsconfig.build.json initial commit for nestjs api 2019-07-29 00:54:43 +02:00
tsconfig.json initial commit for nestjs api 2019-07-29 00:54:43 +02:00
tslint.json add first form endpoint 2019-08-04 00:48:39 +02:00

OhMyForm Logo

Description

OhMyForm api backend

Installation

$ yarn install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# incremental rebuild (webpack)
$ npm run webpack
$ npm run start:hmr

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Support

TODO

Stay in touch

License

TODO