Skip to content

mishuill/my_studienkolleg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

My Studienkolleg

Contains both frontend and backend

Requirements

How to run

  1. Get Docker Image
docker pull mongodb/mongodb-community-server:latest
docker run --name mongodb -p 27017:27017 -d mongodb/mongodb-community-server:latest
  1. Run Backend (in one terminal)
cd my_sk_api/
pip install -r requirements.txt
export $(cat ../.env | xargs)
fastapi run
  1. Run Frontend (in another terminal)
cd my_sk_frontend/
npm install
npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published