Skip to content

surabhigupta2029/SimpliFi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 

Repository files navigation

Installation and Basic Setup

Plaid API setup

Cloning Github Repository

Create a new workspace. Clone repository through cmd: git clone https://github.com/surabhigupta2029/SimpliFi

Setup libraries & dependencies

Dependencies are 3rd party packages which are needed because different components of the project depend on them. These can be seen in the file named package.json To set this up locally, run npm install in the source directory

Running Project

Frontend:

  • cd simplifi
  • npm run start

Backend:

  • cd backend
  • flask run

The website will load on localhost:3000/