Skip to content

jeserodz/fullstack-todo

Repository files navigation

fullstack-todo

This is an example applicacion that demonstrates how to create a full-stack JavaScript application with the LoopBack framework (Node.js) on the back-end, AngularJS + Bootstrap on the front-end and support for third-party authentication (Facebook OAuth).

Live Demo

http://fullstack-todo.herokuapp.com

Try it out!

Type in your terminal:

git clone https://github.com/jeserodz/fullstack-todo.git
cd fullstack-todo
npm install
node .

The server will start listening on http://localhost:3000

Note: you need to provide your own facebook clientID and clientSecret parameters in fullstack-todo/server/providers.json

About

Example full-stack JavaScript application with LoopBack (Node.js) + AngularJS + Bootstrap + Facebook OAuth

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published