Skip to content

Our attempt at creating a class scheduler/planner for UCR.

License

Notifications You must be signed in to change notification settings

CS-UCR/better-banner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Better-Banner

Welcome to our attempt at creating a class scheduler/planner for UCR.

How to start. Once pulling the repository, make sure that you have a node package manager installed such as npm or yarn. They are necessary for the installation and execution of packages and connecting to the local server. For the rest of this tutorial I will use yarn

Installation: To install the necessary packages you can run the command: yarn install You would need to do this command in both the client and server directories since each folder holds different packages for their functionality (client = all front end related files, server = all backend related files). First cd into each folder and do the following commands below. They will download the proper packages and seed the database.

Client: run the following commands to start the project:

  1. yarn install (as previously mentioned)
  2. yarn start

Server: run the following commands to populate the server.

$ cd server && yarn install && cd ..
$ cd client && yarn install && cd ..
$ yarn install
$ yarn initdb
$ yarn start

About

Our attempt at creating a class scheduler/planner for UCR.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages