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
- 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.