Skip to content

This is an app that helps you stay in the loop on current news in your neighbourhood. Through the app, you can also view businesses near you and be able to conThis is an app that helps you stay in the loop on current news in your neighbourhood. Through the app, you can also view businesses near you and be able to connect with those business owne…

License

Notifications You must be signed in to change notification settings

Thuotracy/Neighbourhood254

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neighbourhood254

Author

Tracy Wanagri

Neighbourhood Description

This is an app that helps you stay in the loop on current news in your neighbourhood. Through the app, you can also view businesses near you and be able to connect with those business owners. -->

Set Up and Installations

Prerequisites

- Python3.8.10
- Postgres
- python virtual environment (virtual:venv).
- Visual Studio Code Editor.

Clone the project Repo

Run the following command on the terminal: https://github.com/Thuotracy/Neighbourhood254.git

  • cd Neighbourhood254

Install and activate virtual environment

Activate virtual environment using python3.8

  1. Install
  • python3 -m venv newenv
  1. Activate source newenv/bin/activate

Install dependancies

Install all dependancies that will make the app run/function

  • pip install -r requirements.txt

Create the Database

  • psql
  • create database neighbourhood254;

Make Migrations

  • python3 manage.py makemigrations starproject(App name)
  • python3 manage.py migrate

Run the app

  • python3 manage.py runserver
  • open your browser with the local host; 127.0.0.1:8000 provided on the terminal

Testing the application

  • python3 manage.py test starproject

Admin dashboard

Username: tracy Password: wangari

Technologies used

- Python 
- HTML
- Django 
- Bootstrap4
- Heroku
- Postgresql
- GIT

Live Link

License

Neighbourhood254 is under the MIT license.

About

This is an app that helps you stay in the loop on current news in your neighbourhood. Through the app, you can also view businesses near you and be able to conThis is an app that helps you stay in the loop on current news in your neighbourhood. Through the app, you can also view businesses near you and be able to connect with those business owne…

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published