Skip to content

"Topcoder Skill Builder Competition | FinTech" solution. The Regtech app assists organizations in onboarding and building confidence within their user base, preventing fraudsters from accessing services, and meeting KYC and regulatory requirements.

License

Notifications You must be signed in to change notification settings

Petec0x0/Regtech-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iwu-aku

The Regtech app assists organizations in onboarding and building confidence within their user base, preventing fraudsters from accessing services, and meeting KYC and regulatory requirements.

Checkout a demo video here

For the deployed version of this project visit Regtech-hard

How to run this project locally

Install concurrently globally.

npm install -g concurrently

From the terminal, navigate to the 'server' directory. cd .\server\

Create a .env file in the .\server\ directory and add your env variables

SECRET_KEY=<REPLACE_WITH_YOUR_SECRET_KEY>
JWT_SECRET=<REPLACE_WITH_YOUR_JWT_SECRET>

Run npm run installAll to install the dependencies for both server and client side.

OR

npm install && cd .. && cd client && npm install

To start up the application run npm run dev

Open in your browser http://localhost:3000

About

"Topcoder Skill Builder Competition | FinTech" solution. The Regtech app assists organizations in onboarding and building confidence within their user base, preventing fraudsters from accessing services, and meeting KYC and regulatory requirements.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published