Skip to content

andressscamacho/todo-app-evolution-backend

 
 

Repository files navigation

Todo app for evolution 🛡️

This node backend project uses the following folder structure 'Bulletproof node.js project architecture'.

Development

We recommend installing the lastest LST of node available and the lastest mongodb version available. For more instructions about node installation go 'here' For more instructions about mongodb installation go 'here'

Before executing anything remember to use env variables to set up specific execution params like mongodb connection string or the port in which the server will be run. You can see the available parameters in src/config

To run server execute

npm install
npm run start

Enjoy

About

Evolution technical test todo app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 88.0%
  • JavaScript 12.0%