Skip to content

ChizimInc/quiz-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quiz-game

Recomended System Requirements:

  • Node(10.24.1)
  • Npm(6.14.12)
  • Python(3.6.9)
  • Pip(9.0.1)
  • Fastapi(0.63.0)
  • Uvicorn(0.13.4)

To Start Client enter command:

npm run start:client

and access in browser localhost:3000

To Start Server enter command:

# windows
uvicorn main:app --reload

# linux
python3 -m uvicorn main:app --reload

server adress 127.0.0.1:8000/docs

Sign in with admin user

login: cezar@admin
pass:  united

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published