Nutshell is a a dashboard for people to use to organize their daily tasks, events, news article, friends, and chat messages.
Expectant mummies (the scary, mumified ones). Happy Halloween!
- Functions
- Databases
- Github
- Objects
- CSS/Flexbox
- Array methods
- Components
- Handling user events
- Implementing CRUD operations
- Relational data
- ERDs
Make sure you have Node.js and npm installed. After those are installed, make sure you use npm to install serve and json-server.
- git clone the repository URL
- cd into the directory it creates
- touch api/database.json
- Delete the .ignore file in the api directory
- touch src/scripts/Settings.js
- In your database.json file, copy and paste the following code: { "users": [], "tasks": [], "events": [], "news": [], "messages": [], "friends": [] }
- Serve JSON file utilizing json-server -w database.json -p 8088
- In a new tab in your terminal, cd into src, and serve
- Go to the localhost address in your browser that serve is serving on and register an account