Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 511 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 511 Bytes

Apollo server simple starter project using sequelize

Features

  • Calendar with month view.
  • Add, Edit and Delete reminders in any day.
  • Get weather for reminders in the current day and city.
  • Switch to any month and year you want.

Requirements

Installation and setup

  • clone the project
  • run yarn or npm install in project directory
  • run yarn start in project directory
  • the app should be running in localhost:3000