Skip to content

nss-day-cohort-35/Nutstalgia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nutshell: The Information Dashboard

What is this application

Nutstalgia is a dashboard application that displays a users friends tasks, events, chats and news regarding their life. It's a dashboard for people to use and to organize their daily tasks, events, news article, friends, and chat messages.

  1. Clone this repository
  2. cd into the directory it creates
  3. Make a database.json file in the api directory
  4. Run npm install and wait for all dependencies to be installed
  5. Run npm start to verify that installation was successful.

Nutstalgia Awesome Team Members

  • Dylan Griffith
  • Quin Smith
  • Shirish Shrestha
  • Keaton Williamson

Instructions:

  1. Clone this repository

  2. cd into the directory it creates

  3. Make a database.json file in the api directory and import this gist

  4. Run npm install and wait for all dependencies to be installed

  5. Run npm start to verify that installation was successful.

{
  "users": [],
  "news": [],
  "events": [],
  "tasks": [],
  "friendships": [],
  "requests": []
}

Image of Db Diagram

Db Diagram

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published