This is a web application that lets user post and view all the latest things happening in their neighbor hood.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system. ct
What things you need to install the software and how to install them
git clone
Clone the project from the git repository and run it on your terminal
A step by step series of examples that tell you how to get a development env running
python3 manage.py runserver
On VSCode terminal run the following command since i'm using the pytest method
pytest
gram is the name of the application
Testing if a user can save an image
def test_create_method(self):
business = self.business.create_business()
self.assertTrue(business)
Add additional notes about how to deploy this on a live system
Paul Munyao
This project is licensed under the MIT License - see the LICENSE.md