Skip to content

The backend of WannaSell, a wallapop clone (student purposes).

License

Notifications You must be signed in to change notification settings

UB-ES-2021-A1/wannasell-backend

Repository files navigation

Build Contributors Issues codecov MIT License

WannaSell Backend

A better way to sell your unused products
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage

About The Project

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.

(back to top)

Built With

(back to top)

Getting Started

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.

Prerequisites

  • Pthon 3.9 enviroment

Installation

  1. Clone the repo
    git clone https://github.com/UB-ES-2021-A1/wannasell-backend.git
  2. Install all pip requirements
    pip install -r requirements.txt

(back to top)

Usage

  1. Execute migrationss
    ./manage.py migrate
  2. Run server
    ./manage.py runserver 8000

(back to top)

About

The backend of WannaSell, a wallapop clone (student purposes).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published