Skip to content

juanpalopez/tasks-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TODO App (express + Handlebars + Bootstrap)

N|Solid Solid

This is an app created using express with Handlebars as template engine, and Bootstrap for styling.

So far the app is working, you can create a todo list with a local mongo DB.

Next Features:

  • I would be working in creating a cloud DB, so anyone can use the app.
  • Also and creating users management section, so that each user can have a private list. (Right now there is only one list).
  • I will create an API on top the mongodb
  • I will add React for the frontend.

Right now you can clone it and use it:

$ git clone https://github.com/juanpalopez/tasks-app.git
cd tasks-app
# Install node modules
npm install
# Run App
npm run start
# Or you can also run it in dev mode (this will use nodemon to update changes)
npm run devstart

About

Express app for a TODO list

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published