Skip to content

vedantpuri/universale

Repository files navigation

Header

GitHub contributors Open Source Love svg1

Universale

A web app exclusively for college students to buy/sell items.Provides a simple, easy to use platform for students to find items/services of interest.

Landing

Requirements

  • Python >= 3
  • Django >= 2.0.2
  • Django widget tweaks

It is suggested that you create a virtual environment to install the dependencies.

Once you have downloaded the repo, you could also install these requirements using the following command:

pip3 install -r resources/requirements.txt

Note: Execute the above command from the root of the repo.

Usage

To get the project up and running follow the steps below:

Step 1

Navigate to the application.

$ cd $PROJECT_ROOT/Django

Step 2

Start the server

$ python3 manage.py runserver

Step 3

Open a browser and go to the following address: http://127.0.0.1:8000

Current Capabilities

  • Upload/Delete an item
  • Flag/Un-flag an item
  • Search for items
  • Edit your profile

License

The project is available under the MIT license. See the license file for more informations.