Notifications Mini-system

Table of Contents

  1. General Info
  2. Technologies
  3. Getting Started
  4. Additional Info

General Info


The user's homepage displays a list of notifications. Users receive notifications if they still need to complete a course.

product screenshot

Technologies


  • React, Redux, Redux-persist, Express, Sequelize, Node.js and JavaScript.

Getting-Started


Running Locally

- npm install
- create database: createDb notification
- seed database: npm run seed
- start: npm run start
- Application will now start on localhost:8080
- Login as one of the usernames below

UserNames:

  • Lana
  • Sandra
  • James
  • Margaret

Additional-Info