Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 591 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 591 Bytes

TODO_API

Good old TODO API (without any frameworks or packages) (plain package.json) Database - file system - file permission (linux basics) Change the single index.js file into an MVC pattern Development tools in this level * Postman * IDE/editor setup for faster development cycle * Better comments plugin on vs code for documenting the code (mandatory since we are keeping the documents within the code)

  • Create a branch with your name
  • Create a folder with your name in the branch
  • Create the project folder/files inside the folder
  • Make a PR towards main branch
  • Enjoy!!!