Build folder that have the transpiled typescript code to javascript code, so if you are not a older java scripter probably will be so difficult to understand it, just ignore the content of this folder.
The package-lock.json file will be created when you install all the dependencies defined in package.json. So should be deleted when you clone the repository.
-
Install node.js in your computer.
-
Install MongoDb or use the docker-compose file for have a server in a container.
-
Open the repository with VSCode or Sublime or your preferr IDE.
-
Open a command line and just do npm install.
-
Open a command line and do npm run tsc:watch.
-
Return to the first command line and do npm run start.
-
I hope you have installed PostMan, if no download it and install it is a very useful tool for Backend development.
Here I attached the link: https://www.postman.com/downloads/
With postman you will be able to do the requests defineed in the routes of our TaskController.
- Inside the repository exists an .json file that you can import in postman for do the diferent requests that our Api expose.