Skip to content

joelseq/ucsd-rooms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UCSD Rooms

A tool to find empty classrooms at UCSD. This is the repository for the web app that contains the API and UI. The repository for seeding the database is available at: github.com/joelseq/ucsd-rooms-seed

Feature requests or bugs

If you would like to request a feature or report a bug please create a new Issue

Install and run locally

The project has been split up into individual parts. Refer to the README of each part to learn how to install and run it:

  1. Client
  2. Server

Development

If you are working on the UI, you can run webpack -w to watch for changes to React files and automatically build the bundle. When you are ready to build a production bundle run webpack -p (Make sure to do this before committing the bundle.js file).

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to your remote: git push origin my-new-feature
  5. Submit a pull request :D

Contributions are always welcome!

Credits

Vincent Liaw for creating most of the UI.

About

Find Empty Classrooms at UCSD

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published