You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Start the server - npm run dev
2. Run the test cases - npm test
Steps to run locally on your terminal
1. Create a user table by executing the schema from /schema/user.sql.
2. Modify the /app/src/config.ts. (Replace it with the a database connection details)
3. Install all the dependenies - npm i
4. Start the server - npm run dev
Steps to run locally as a docker container
1. Install docker on your machine
2. Create a user table by executing the schema from /schema/user.sql.
3. Modify the /app/src/config.ts. (Replace it with the a database connection details)
4. Install all the dependenies - npm i
5. Run - sh build.sh tesing or prod
6. Open http://localhost:8500 on your browser or postman to check the service