create dev.env and test.env file in config folder.
as /config/sample.env has been provided for reference.
MONGO_DB_URL=mongodb://127.0.0.1:27017/credit-card-db
PORT=3001
MONGO_DB_URL=mongodb://127.0.0.1:27017/credit-card-db-test
PORT=3001
Download Credit Card UI Server
How to Start the Credit card ui Server. Refer: README
This project is created using.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3001 to view it in your browser.
Runs the app in the test Launches the test runner.