Sign inSign up

ritsse/courseplanner

By ritsse

•Updated over 9 years ago

Course Planner!

Image
1

1.5K

ritsse/courseplanner repository overview

⁠Course Planner CircleCI

An application for planning which courses to take and which year to take them in.

Please refer to the github wiki⁠ for more information on dev environment setup and other info

Auto generated code documentation here!⁠

⁠Getting Started (like, from the very very beginning):

  1. Install NodeJS and MongoDB on your computer. This probably means you run sudo apt install nodejs mongodb on ubuntu
    • The app is currently on version 6.10.1 of node
  2. Open a terminal, go to the project directory
  3. Execute npm install
  4. Next, I think you need to install gulp and bower globally via npm, so run npm install -g gulp and npm install -g bower
  5. Run bower install to install the frontend dependencies
  6. Next, run gulp to "build" the code
  7. If you are starting from an empty database, you also need to run npm run setupSchools, which will run a script to populate the database with all the schools in the U.S.
  8. Run npm start to start your server

Tag summary

Content type

Image

Digest

Size

303.6 MB

Last updated

over 9 years ago

docker pull ritsse/courseplanner