A web application where users can signup, login, logout, create posts, and neighborhoods.
Live API: https://wakanda-community.herokuapp.com/api/
Live Frontend: https://brianmwevi.github.io/wakanda-frontend/
- Python
- Django
- Django Rest Framework
- Angular
- git
- Package manager - pip, conda, etc
- Environment manager - virtual env, conda, pipenv etc
- In your preferred location in your file system, create a virtual environment and activate it
- Launch your terminal and paste the following command:
git clone https://github.com/BrianMwevi/wakanda-community.git
- Change directory to wakanda-community
cd wakanda-community
- Open the project with your preferred IDE and run the following command in the terminal:
pip install -r requirements.txt
- Create variables in the .env file:
- Run the application by typing the following in the terminal:
python manage.py runserver
Want to contribute? Awesome!!
To fix a bug or modules enhancement, follow these steps:
- Fork the repo
- Create a new branch (git switch -c improve-feature)
- Make the appropriate changes in the files
- Add changes to reflect the changes made
- Commit your changes (git commit -am 'improve feature')
- Push to the branch (git push origin improve-feature)
- Create a Pull Request
If you find any bug, open an issue here by including your search query and the expected result.
MIT Licence
Copyright (c) 2022 - Brian Mwevi
Author: Brian Mwevi
Email: mwevibrian@gmail.com
Twitter: @brianmwevi
Github: github.com/brianmwevi
Read More