- Python
- Django
- Database: http://localhost:8000/admin/item
Use the following credentials for testing:
- Username: admin
- Password: abc
- Login: Implement user authentication to allow users to log in.
- Sign up: Enable users to create new accounts and sign up for the marketplace.
- Create Read Update Delete (CRUD) Item: Implement CRUD operations for managing marketplace items.
- Search: Ability to search on the basis of categories or doing it manually
-
Clone the repository:
git clone https://github.com/Ravkeerat02/Py-MarketPlace.git
-
Run migrations:
python manage.py migrate
3.Start the development server:
python manage.py runserver