$ git clone https://github.com/YiiChoong/RESTful-Server.git
$ cd restAPI
$ py -m venv venv
$ ./venv/Scripts/activate
$ pip install -r requirements.txt
$ py manage.py createsuperuser
$ py manage.py migrate
$ py manage.py runserver
$ git clone https://github.com/YiiChoong/RESTful-Server.git
$ cd restAPI
$ py -m venv venv
$ ./venv/Scripts/activate
$ pip install -r requirements.txt
$ py manage.py createsuperuser
$ py manage.py migrate
$ py manage.py runserver