Skip to content

Sample todo single page application using AngularJS, Express (Node)

Notifications You must be signed in to change notification settings

goutham2027/todoist_learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todoist

https://todoist2027.herokuapp.com/todo

Sample todo single page application using AngularJS, Express (Node), PostgreSQL. This app is heroku ready.

###To install dependencies

$npm install

###Database Schema

create table todo(id serial, task text, done bool, enddatetime text, createdatetime text, finisheddatetime text);

###Environment variable

In ~/.bashrc
export DATABASE_URL = postgres://USERNAME:PASSWORD@localhost/todo

About

Sample todo single page application using AngularJS, Express (Node)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published