Git Product home page Git Product logo

e-auction's Introduction

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

e-auction's People

Contributors

nidea1 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

goldypatel

e-auction's Issues

401 unathorized

Unfortunately, I have another problem:
This happens when I'm trying to log in, and I can't understand why is that password and email same as in DB
image

Originally posted by @EccoZulu in #2 (comment)

.env template

Hello there can you maybe provide a template for environment variables with default values.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.