https://github.com/vantablanta/newnext
https://github.com/vantablanta/newnext
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vantablanta/newnext
- Owner: vantablanta
- License: mit
- Created: 2022-05-20T02:18:03.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-20T02:38:39.000Z (about 4 years ago)
- Last Synced: 2025-10-14T03:11:45.647Z (8 months ago)
- Language: HTML
- Size: 32.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Project Name
Nextdoor
## Contributors
Ivy Kabere
Jeff Karumba
Vanessa Shiundu
Michelle Njeri
## Description
This is a neighbourhood application to allow members to see information, news and updates about their hoods. They can also easily find where town amenities are and emergency contact i.e hospital
## Usage
* Fork the repository and pull the files to your local environment
* Install flask and a virtual env.
* Install dependencies within the virtual env
* The pipfile will guide you on the needed modules.
* Run the application by tyiping `python3.10 run.py`
## Issues
- Flask_Script is not compatible with flask 2.1.2, which is what is used for
this application. Downgarding Flask allows flask_script to run.. The cost wome things(i.e escape) in Jinja wont work with versions of Flask less that 2.0.0
## Setup
* Check the Pipfile for all modules needed for the application
* Run `pipenv shell` to start the virtual environment
* Run pipenv sync to install all the dependencies
*
## Technologies Used
* Python
* Flask
* HTML
* CSS & Bootstrap CDN