Skip to content

Cartografia da Cultura é uma plataforma online colaborativa do Fórum Municipal de Cultura de Campo Grande-MS que auxilia no processo de construção de políticas públicas e projetos coletivos ligados à Cultura no município.

License

Notifications You must be signed in to change notification settings

vanessametonini/cartografia_cultural

 
 

Repository files navigation

Cartografia da Cultura Backend

Desenvolvimento da plataforma Cartografia da Cultura de Campo Grande-MS.

This project is made with Nest and MongoDB.

Installation

$ npm install

Cleaning and setting up the database initial data:

$ npm run reset:database

Environment variables

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;

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Client application

The client application is in another git repository.

License

Cartografia da Cultura de Campo Grande is MIT licensed.

About

Cartografia da Cultura é uma plataforma online colaborativa do Fórum Municipal de Cultura de Campo Grande-MS que auxilia no processo de construção de políticas públicas e projetos coletivos ligados à Cultura no município.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 76.4%
  • Handlebars 15.6%
  • JavaScript 5.6%
  • HTML 2.4%