Skip to content

dilonne/auction_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Get started:

Stack Used

  • ReactJS + React-Boostrap
  • Django + DRF
  • SQlite

Back end:

  1. Clone the repo and cd into rest_api/

  2. Create a virtual environment and install requirements

     pip install -r requiremenets.txt
    
  3. Run migrations

     python manage.py migrate
    
  4. Seed the database with initial data

     python manage.py loaddata antique.json auction.json auction_item.json
    
  5. Run python manage.py runserver to start the Django server

Front end

  1. cd into react_app/
  2. Run npm install
  3. Run npm start
  4. Visit localhost://3000 and login

Login credentials (No password is required)

  • user1
  • user2

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors