LocalFinds is a website designed to help users discover and introduce others to nice locations around them. The platform allows the community to highlight any type of place such as cafés, parks, scenic areas, and other important local spots.
- Aaron O'Brien
- Mark Berkey
- Gayani Don Francis
- Discover community-driven recommendations for nearby cafés, parks, and important locations.
- View descriptions and details about each place.
- Easy navigation and user-friendly interface
LocalFinds was created as a academic collaborative project to:
- Practice web development skills by building a user-friendly location discovery website.
- Improving teamwork, communication, and project management skills with the use of Agile and Scrum.
- HTML
- CSS
- JavaScript
- SQLite
- Python
- Render
-
Clone and navigate to the repository.
git clone https://github.com/IUS-CS/project-localfinds cd project-localfinds -
Ensure that Make and python are installed.
-
Setup the environment.
make setup -
Run the app.
make run
- Setup the environment.
make setup - Execute all tests.
make test