Skip to content

A project for playing the populair party game teams up

Notifications You must be signed in to change notification settings

WardM99/TeamsUp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Teams Up

codecov CodeFactor

Backend

Setup

  • Install python 3.10
  • Create virtual environment
  • Install poetry and the dependencies
# Navigate to this directory
cd backend

# Create a virtual environment
python3 -m venv venv
source venv/bin/activate

# Install Poetry
pip3 install poetry

# Install all dependencies and dev dependencies
poetry install

Setup backend database

alembic upgrade head

Setup backend server

uvicorn src.app.app:app

Frontend

Setup

  • Install node
  • Install yarn
npm install --global yarn

Setup Frontend

cd frontend
yarn install
yarn start

Run tests

yarn install --dev
yarn test

About

A project for playing the populair party game teams up

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published