zhenya-mamenko / veriff

Veriff Full stack test task

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Veriff Full stack test task

You can use mamenko@gmail.com / password pair to login and test rent/return

Frontend

Exec command npm run build then docker build -t veriff-test . and then docker run --restart always -d -p 80:3000 veriff-test

You can change backend path in consts.js.

Site must be run on localhost:3000, because backend web server's Access-Control-Allow-Origin header set to http://localhost:3000

Backend

Backend config: IIS 7.5, ASP.Net, C#, .Net 4.8.

You need to set variables API_KEY and API_SECRET and connection string named "Veriff".

DB

Database: at least Microsoft SQL Server 2008

You need to create user "veriff" before run scripts. Do not forget about connection string settings in IIS.

About

Veriff Full stack test task


Languages

Language:TSQL 43.8%Language:JavaScript 30.4%Language:ASP.NET 22.4%Language:C++ 2.8%Language:HTML 0.5%Language:CSS 0.2%Language:Dockerfile 0.0%