Skip to content

Latest commit

 

History

History
86 lines (61 loc) · 3.02 KB

README.md

File metadata and controls

86 lines (61 loc) · 3.02 KB

Welcome to Atlas Mart 👋

GitHub license GitHub issues GitHub forks GitHub stars

Atlas Mart is a OLX like Marketplace built with Python Django and React.js, Material UI

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.

Features

  • ✔️ Login / Signup / EMail Verification
  • ✔️ Create, View, Update, Delete Listing
  • ✔️ Explore Listing By Catehories
  • ✔️ Account Management
  • ✔️ JWT Authentication
  • ✔️ Mapbox Integration for Maps

Getting Started

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

How To Use

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

Technologies Used in Frontend

Technologies Used in Backend

Author

👤 Hanzla Tauqeer

Show your support

Give a ⭐️ if this project helped you!