Skip to content

Final Group Project - Lighthouse Labs Web Development Immersive

Notifications You must be signed in to change notification settings

ashleyyy/my_star_chart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published