Skip to content

Latest commit

 

History

195 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prototype

A MVP prototype for an antiques marketplace - part of a group project in Software Engineering and testing at HiØ, written with love in Python <3

Authors

Installation

You need the latest, "cutting edge", version of Python installed (3.8+)

To get the prototype set up, follow the instructions below

1: Clone and cd into the repository (if you don't have it already)

  git clone https://github.com/olejorga/prototype.git
  cd prototype

2: Install pipenv (if you don't have it already)

  pip install pipenv

3: Install the dependencies

  pipenv install

4: Enter the virtual environment

  pipenv shell

5: Run the protoype

  pipenv run app

  # ...or with reload on file change:
  pipenv run devmode

Running tests

To run tests, run the following command

  pipenv run tests

...this will run all the unittests in the tests directory

Dependencies

Runs primarily on FastAPI with a little help from a couple of other modules

See the Pipfile for a list of all dependencies

About

A MVP prototype for an antiques marketplace - part of a group project in SE and testing at HiØ, written with love in Python <3

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages