Skip to content

simulacrumus/active-docker-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drop-In Activities at City of Ottawa Recreation Facilities

About The Project

Active is a mobile application that allows users to browse and search drop-in activities at City of Ottawa Recreation Facilities.

There is no API provided by the city for the drop-in activities and the data for the application is collected using Python web scraper and published using Spring Boot REST API Server on Docker.

Download the app on AppStore.

Built With

  • Java
  • Spring Boot
  • Python
  • MySQL
  • REST API
  • Docker
  • Beautiful Soup

(back to top)

Getting Started

Please follow the instructions below to get started with Active.

Prerequisites

  • Docker 20.10.20 or newer version

Installation

  • Clone the repo
    git clone https://github.com/simulacrumus/active-docker
  • Change your directory
    cd active-docker
  • Enter your keys in .env file
    MYSQL_DATABASE=<YOUR_DATABASE_NAME>
    MYSQL_USER=<YOUR_DATABASE_USERNAME>
    MYSQL_PASSWORD=<YOUR_DATABSE_USER_PASSWORD>
    MYSQL_ROOT_PASSWORD=<YOUR_DATABSE_ROOT_PASSWORD>
    MYSQL_PORT=<YOUR_DATABASE_PORT_NUMBER>
    SERVER_PORT=<YOUR_API_SERVER_PORT_NUMBER>
    API_KEY=<YOUR_API_KEY>
    TIME_ZONE=<YOUR_TIME_ZONE>
    
  • Run Docker
    docker-compose up -d

(back to top)

Contact

Emrah Kinay - @emrahkinay

Project Link: https://github.com/simulacrumus/active-docker-v2

(back to top)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published