sirinibin / loan-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Loan App

This is a Next.js project bootstrapped with create-next-app.

Set up & Run Backend / Golang API

git clone https://github.com/sirinibin/loan-api
mkdir -p go/src/github.com/sirinibin/loan-api
cd go/src/github.com/sirinibin/loan-api
go run main.go

API Documentation: Click here

Set up & Run Front end

git clone https://github.com/sirinibin/loan-app
cd loan-app
npm install
export LOAN_API=http://127.0.0.1:4000
npm run dev

Open http://localhost:3000 with your browser to see the result.

About


Languages

Language:TypeScript 97.0%Language:CSS 1.8%Language:JavaScript 1.2%