Skip to content

pablolmiranda/room-booking

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Room Booking Web Scheduler

Build Status

An application for churches to schedule and book rooms.

Configuring your dev environment

To create your dev environment, you need to download:

After installing both, go inside the project folder and run:

$ vagrant up

This command will ask Vagrant to download the Ubuntu image and install all the necessary packages for you.

To get into the environment, run:

$ vagrant ssh
$ cd /vagrant

After you're in the environment, you can:

$ make test // runs unit tests
$ make run // starts the server at http://127.0.0.1:8001/campus

About

An application for churches to schedule and book rooms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%