Skip to content

Team ID: CRED-T10 | Team Members: Prateek Divyanshu & Prabhu Sharan Singh

Notifications You must be signed in to change notification settings

Crio-Winter-of-Doing-2021/CRED-T10

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 

Repository files navigation

CRED-T10

Team ID: CRED-T10 | Team Members: Prateek Divyanshu & Prabhu Sharan Singh

Tech Stack

alt text

Frontend Libraries

Backend Libraries

Documentation

Backend

Swagger Api Docs on http://localhost:8081/api/swagger-ui/

Build

Backend

Server Starts on http://localhost:8081/

cd backend
npm install
npm run server

Frontend

cd frontend
yarn
yarn start