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 :
- 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.
- 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.
- To learn more about mongoose you can go over to the documentation. or check out their npm docs.
- 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