A better way to sell your unused products
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
Wannasell is a second hand selling website developed as an University Project as part of the Software Engineering subject.
The website is based to reproduce a Wallapop's Clone using free frameworks and tools, and make it ready to start providing service in a final user version.
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
- Pthon 3.9 enviroment
- Clone the repo
git clone https://github.com/UB-ES-2021-A1/wannasell-backend.git
- Install all pip requirements
pip install -r requirements.txt
- Execute migrationss
./manage.py migrate
- Run server
./manage.py runserver 8000