- Clone down nutshell repository
- Run
npm install
in your terminal - start json-server on port 5002
- run
npm start
Register
- Register new user by clicking 'Register' button from Welcome Page
- Enter Email, username and password
- Click 'Register New User' button
Login
- Click Login button from Welcome Page
- Enter Username and Password
- Click 'Login'
Once logged in, users may view all events, articles and tasks in their dashboard. Users can add new entries inside each page
Articles, tasks and events will only display current user's information. All form fields must be properly filled out to submit new entry. New friends can be added from the 'Messages' page.