Skip to content

Latest commit

 

History

622 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

As a collaborative project marking the end of the Lighthouse Labs web development bootcamp this app uses koa, a Nodejs framework, and JavaScript to allow users to create a list of tasks, collect stars for each completed task, and share their achievements with friends. This project is still in progress.

quick start

Install dependencies:

$ npm install

Create your own local db:

$ dropdb   starchart
$ createdb starchart
$ sequelize db:migrate
$ sequelize db:seed

change this line in config/config.json to use the username for your local machine

3:  "username": "okay",

Run:

$ npm start

Open http://localhost:3000

About

Final Group Project - Lighthouse Labs Web Development Immersive

Resources

Stars

0 stars

Watchers

5 watching

Forks

Releases

Packages

Contributors

Languages