Skip to content

leandrocunha526/vueproject-backend

Repository files navigation

Vue Project - backend

  • A task manager web application with relational database and authentication by user.
  • All tasks of a user are restricted to other users.
  • Respecting confidentiality.

Technologies

  • NestJS
  • PostgreSQL
  • Docker

Installation

npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

To show routes: localhost:3000/docs.

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Docker

docker-compose -f docker-compose.yml up

Note
In backend folder.
Not forget environment variables settings.
A script bash was created for help this.
Database is named after postgres as host.

License

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers.

Nest is MIT licensed.

Support

If you'd like to join them, please read more here.

Docs

Documentation NestJS

About

Manage your tasks with this Nest API - back-end.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •