A web application based school project that allows all Moringa Alumni's to keep in touch with one another.For this part of the project it contains the backend logic which also has the endpoints for each and every API that is called on the front-end.
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.post.create_post()
self.assertTrue(post)
For deployment of the project it will depend on your hosting service as different hosting service come with different configurations of the application.
- Django_rest_framework - Tool used for creating WEB API's
- Python-Django - The web framework tool used for creating the logic
Paul Munyao
This project is licensed under the MIT License - see the LICENSE.md