- ReactJS + React-Boostrap
- Django + DRF
- SQlite
-
Clone the repo and cd into rest_api/
-
Create a virtual environment and install requirements
pip install -r requiremenets.txt -
Run migrations
python manage.py migrate -
Seed the database with initial data
python manage.py loaddata antique.json auction.json auction_item.json -
Run python manage.py runserver to start the Django server
- cd into react_app/
- Run npm install
- Run npm start
- Visit localhost://3000 and login
- user1
- user2