Project Description:
A Calendar App where tasks can be add, edited or deleted for a particular date
How to use this:
This is the Backend part of the Application, instructions from here must be completed first then head to Frontend part of the Application
- Clone or download & extract this repository to your local machine
- Open Command Prompt or Terminal in the downloaded file directory
- Type in, "npm i", press Enter and wait till all modules are installed
- While still in terminal, type in, "npm run development"
- Go to the Frontend part of the Application and complete the instructions given there