Skip to content

Related Course: CPSC 571 - Design and Implementation of Database Systems. Mobile friendly web‑based app that acts as an online community posting board for services offered by residents living the neighborhood such as babysitting, tutoring, catering, and plumbing services with options for service receivers to provide ratings and comments.

Notifications You must be signed in to change notification settings

DoughraT/Community

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Community - Neighboorhood Services

Related Course: CPSC 571 - Design and Implementation of Database Systems

Mobile friendly web‑based app that acts as an online community posting board for services offered by residents living the neighborhood such as babysitting, tutoring, catering, and plumbing services with options for service receivers to provide ratings and comments.



Starting the Application

  1. Install Python 3.9 (Newest updated Python).
  2. Install Gitbash (https://gitforwindows.org/).
  3. Download folders from Github.
  4. Unzip downloaded package.
  5. Open Gitbash and locate Community-main.
  6. In dir with community_website & virt run the following command to activate the virtual environment: source virt/Scripts/activate
  7. pip install django (for latest version).
  8. pip install pillow.
  9. Move into community_website folder - should see the manage.py file.
  10. Run the server using the following command: python manage.py runserver
  11. On web browser go to localhost:8000.
  12. Website should be up.
    To access Admin page: goto localhost:8000/admin
    Admin Username: admin
    Admin Password: admin@123456
  13. Deactivate virtual environment when done using: deactivate.



Troubleshooting

If the above installation process does not work, you will need to change the python path to match where you installed pyton on your own device.

  1. Find the path where your python.exe is installed in your own system.
  2. Copy that path.
  3. Go into community-main/virt/ and open pyvenv.cfg in any editor and past the path from step 1 into the file and save.



Built With

  • Python
  • Django



Functionalities Implemented

  • Acocunt registration
  • Login to valid/created accounts
  • User logout
  • Search for services by name or service providers
  • Logged in users may add additional service listings



Authors

Ranadip Chatterjee

Dora Tan

About

Related Course: CPSC 571 - Design and Implementation of Database Systems. Mobile friendly web‑based app that acts as an online community posting board for services offered by residents living the neighborhood such as babysitting, tutoring, catering, and plumbing services with options for service receivers to provide ratings and comments.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages