Repository: trade-tariff-dev-hub-frontend
Express app enabling management of API credentials for FPO operators via a JSON api.
README
Express app enabling management of API credentials for FPO operators via a JSON api.
Make sure you install and enable all pre-commit hooks https://pre-commit.com/
App location
You can find the app running on the following URLs:
Local development
Prerequisites
Running the backend
Checkout the backend repo and follow the instructions in the README.md to run the backend.
Starting the application
Make sure you have started the backend
make run
Running tests
make test