Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 252 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 252 Bytes

To run the code:

  • git clone https://github.com/vaasugambhir/hmac-fastapi.git

  • cd hmac-fastapi

  • python -m venv env

  • source env\bin\activate

  • pip install requirements.txt

  • npm run start

  • open a new terminal and type npm run client