Localendar is a centralized event board that enables easy gathering and supports tightly knit communities. Whether you are looking to host a public event or you are seeking things to do nearby, Localendar can help. On the app, you can browse through events going on in any location, sorted by date or distance, and choose what you’d like to attend. Hosting events is easy too. Simply go to our "Create event" page, enter information like the name, date, and description, and post it.
Information about the development process can be found in this presentation.
As of right now, Localendar can only be run locally. First download this repository to your local machine. Next, follow these steps to run Localendar:
- Install Docker Desktop
- Run Docker Desktop
- Open a terminal and navigate to the
Localendar > backendfolder - Run the command
docker compose up - Open a second terminal and navigate to the
Localendarfolder - Run the command
npm start - Open a third terminal and navigate to the
Localendar > frontendfolder - Run the command
npm start
After following these steps, Localendar should start in your default browser. For instructions on how to run our unit tests, see the file Localendar > tests > test-desctiptions.pdf.