If you want to contribute and make this much better for other developer have a look at Issues.
If you created something awesome and want to contribute then feel free to open an pull request.
- ✔️ Login / Signup / EMail Verification / Password Reset
- ✔️ Create, View, Update, Delete Questions and Answers
- ✔️ Tagging Questions and Explore Questions by Tags
- ✔️ Account Management
- ✔️ JWT Authentication
- ✔️ Flux State Management
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You'll need Git, Node.js and Python
[email protected] or higher
[email protected] or higher
[email protected] or higher
[email protected] or higher
From your command line, clone and run django-react-forum:
# Clone this repository
$ git clone https://github.com/1hanzla100/django-react-forum.git
# Go into the repository
$ cd django-react-forum
# Install dependencies
$ cd django-react-forum
$ cd frontend && yarn
$ cd backend && pip install -r requirements.txt
# Start React development server
$ cd frontend
$ yarn start
# Start Django development server
$ cd backend
$ python manage.py migrate
$ python manage.py runserver
👤 Hanzla Tauqeer
- Website: https://hanzla.netlify.app
- Github: @1hanzla100
- LinkedIn: @1hanzla100
Give a ⭐️ if this project helped you!