Skip to content

PocketGrow/Backend

Repository files navigation

PocketGrow-Backend

Tech stack

  • Node.js
  • Express.js
  • PostgreSQL
  • Prisma

REST API PocketGrow

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

Getting started

Clone the project

  git clone https://github.com/PocketGrow/Backend.git

Go to the project directory

  cd <your-directory>

Install the Required Packages

Make sure you have Node and NPM installed

  npm install

Create .env file

  PORT = 5000
  JWT_SECRET = <JWT_SECRET>
  DATABASE_URL="postgresql://<username>:<password>@localhost:5432/<nama_database>?schema=public"

Start the server

  npm run dev

Open a web browser and visit http://localhost:5000

PocketGrow API Documentation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •