Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 862 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 862 Bytes

Description

Personal Full Stack Expense Tracker Application made with Postgresql, ReactJS , Express and Node. The application is also integrated with Email-Password and Google Authentication which is implemented using SuperTokens Auth

Project Preview

Login Screen

React App - Google Chrome 20-01-2022 23_25_36

Home Screeen

React App - Google Chrome 20-01-2022 23_26_24

Run Locally

  • Add your Postgres Database Details in database.js file
  • Add your client credentials in server.js file
  • Run npm install to install all the dependencies.
  • Run npm start to start the local server.