Desenvolvimento da plataforma Cartografia da Cultura de Campo Grande-MS.
This project is made with Nest and MongoDB.
$ npm install
$ npm run reset:database
Take a look at .env.development
file:
- Create a copy and name it as
.env.development.local
- the.local
file is git ignored; - Do not change the
.env.development
file; - Then fill your
.local
env file with your database connection strings (we recommend the Mongo Cloud service); - Also we are using a NodeMailer service to sent emails, thus email information is required for testing;
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
The client application is in another git repository.
Cartografia da Cultura de Campo Grande is MIT licensed.