- Node.js
- Express.js
- PostgreSQL
- Prisma
PocketGrow is an application that provides a future projection of user net worth, allows users to manage their income and expenses efficiently with stock market news updates. With our app, we aim to make financial management and investment decision-making accessible and user-friendly for everyone.
Features:
- Authentication : Register, Login
- News Session
- Income-Expense Tracker
- Net Worth Projection
git clone https://github.com/PocketGrow/Backend.git cd <your-directory>Make sure you have Node and NPM installed
npm install
PORT = 5000
JWT_SECRET = <JWT_SECRET>
DATABASE_URL="postgresql://<username>:<password>@localhost:5432/<nama_database>?schema=public"
npm run devOpen a web browser and visit http://localhost:5000