Py-MarketPlace

Source

Marketplace

Languaage and Framework

Testing

Use the following credentials for testing:

  • Username: admin
  • Password: abc

Features

  1. Login: Implement user authentication to allow users to log in.
  2. Sign up: Enable users to create new accounts and sign up for the marketplace.
  3. Create Read Update Delete (CRUD) Item: Implement CRUD operations for managing marketplace items.
  4. Search: Ability to search on the basis of categories or doing it manually

Getting Started

  1. Clone the repository:

    git clone https://github.com/Ravkeerat02/Py-MarketPlace.git
  2. Run migrations:

python manage.py migrate

3.Start the development server:

python manage.py runserver