Skip to content

This is a to-do app made with MEAN stack skills

Notifications You must be signed in to change notification settings

codefingas/Payporte

Repository files navigation

Payporte TO-DO application.

MEN had to go into the server to make this happen. lets give them a minute silence. these men are named below - Be warned! their names may make you shiver
#MongoDB. #Express. #Node. But in essence:
This is a to-do app made with MEAN stack skills for Payporte.



Note :

  1. Database values (or values that requires safe keeping) were stored in dotenv file - Ensure to create yours when you clone this repository or seek to utilize code from this project. see dotenv documentation to learn more.
  2. To create and retireve multiple queries from the database using mongoose and then pass it to the view, a Nodejs module called async had to be used. see async documentation to learn more.
  3. To learn more about mongoose you can go over to the documentation. or check out their npm docs.
  4. Draggable functionality is used on the plaform to mark a task as done. - its a jquery-ui functionality and a video you might find helpful would be stated in Tips section.

Tips💡 You might find this youtube videos helpful to visually learn the extra resources mentioned in Note

  1. dontenv / Envionment Variables..
  2. Async.js.