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
- ✔️ Create, View, Update, Delete Listing
- ✔️ Explore Listing By Catehories
- ✔️ Account Management
- ✔️ JWT Authentication
- ✔️ Mapbox Integration for Maps
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
node@v10.16.0 or higher
npm@6.9.0 or higher
git@2.17.1 or higher
python@3.7 or higher
From your command line, clone and run Django-React-Marketplace:
# Clone this repository
$ git clone https://github.com/1hanzla100/Django-React-Marketplace.git
# Go into the repository
$ cd Django-React-Marketplace
# Install dependencies
$ cd Django-React-Marketplace
$ 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!