Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

nidea1/e-Auction

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

173 Commits
173 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

e-Auction Application with Django & React

This project's main purpose is online auction. Users can list products for sale, place live bids to purchase products in this project. In this project used predominantly Django RestFramework and React.

This project was undertaken as a self-improvement initiative, aimed at learning and implementing new technologies. If you identify any errors or areas for improvement within the project, please feel free to reach out to me. I am open to code reviews and appreciate any suggestions that can contribute to my personal development and enhance my skills.

Live Test

You can live test from here! (BACKEND CLOSED)

testaccount@eauction.com
123
  • Frontend deployed via Netlify.
  • Backend deployed via AWS EC2.
  • There may be minor errors or bugs, I continue to develop.
If you found any error or bug please contact with me.

Local Usage

git clone https://github.com/nidea1/e-Auction.git
cd e-Auction

python -m venv myenv
myenv\scripts\activate

# BACKEND
cd backend
pip install -r requirements.txt
# !!! don't forgot to edit os.environ.get lines

py manage.py makemigrations
py manage.py migrate
py manage.py runserver # -> 127.0.0.1:8000

# FRONTEND
cd frontend
npm start # -> 127.0.0.1:3000

Screenshots

img1 img2 img9 img10 img11 img12 img13 img19 img20 img21 img22 img23 img24

Releases

No releases published

Packages

 
 
 

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.