To install and run the backend server & database. Do the following:
- Clone repo: git clone https://github.com/GustavHandmark/webdev-backend.git
- I suggest creating a virtual environment:
cd webdev-backend
python -m venv venv - Activate virtual environment: source venv/bin/activate (/venv/Scripts/activate på windows)
- Install requirements: pip install -r requirements.txt
- Run server locally: python server/server.py