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.
- Clone this repository
cd
into the directory it creates- Make a
database.json
file in theapi
directory - Run
npm install
and wait for all dependencies to be installed - Run
npm start
to verify that installation was successful.
- Dylan Griffith
- Quin Smith
- Shirish Shrestha
- Keaton Williamson
-
Clone this repository
-
cd
into the directory it creates -
Make a
database.json
file in theapi
directory and import this gist -
Run
npm install
and wait for all dependencies to be installed -
Run
npm start
to verify that installation was successful.
{
"users": [],
"news": [],
"events": [],
"tasks": [],
"friendships": [],
"requests": []
}