PlanIt is a web application that allows users to create custom planners based on a number of options provided to the user. The resulting planner is displayed as a pdf that the user can download.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Software used in the project and how to install them.
install node.js
$ nvm use 16
Now using node v16.9.1 (npm v7.21.1)
$ node -v
v16.9.1
install passport.js
$ npm install passport
Initialize your local git repository
$ git init
Copy the project's HTTPS clone URL and type the following
$ git clone https://access-token:[email protected]/fds22/72/72-g3/vision.git
Please refer to our wiki for information regarding documentation (User Guide & System Guide)