Skip to content

ApiServer for my 5th school project. again, not much advanced implement.

License

Notifications You must be signed in to change notification settings

NgLam2911/PBL5-ApiServer

Repository files navigation

SETUP

REQUIRE Python 3.11 and lower

Clone this repo

git clone https://github.com/NgLam2911/PBL5-ApiServer

Create python virtual environment

Windows

py -m venv venv

Linux

python3 -m venv venv

Activate venv

Windows

venv\Scripts\activate

Linux

source venv/bin/activate

Install dependencies

pip install -r reqs.txt
  • NOTE: If you failed to install all dependencies, try again with --no-cache-dir argument added.

Run the server

Windows

py main.py

Linux

python3 main.py

Why "utilties" ?

  • It's an intended typo. Don't make any PR for it.

About

ApiServer for my 5th school project. again, not much advanced implement.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published