/API-fest-project

This repository contains the project of API -Fest

Primary LanguageJavaScript

Btracker

Your personal budget tracking app.


🔗 Links


💡 Features

  • Created personal dashboard for the user to have detail overview of their budget
  • User can set their target income and savings for future comparison
  • User can set their income and expenses and the balance will get updated
  • User can compare their target income and expenses with the actual curren income and expenses with the help of chart
  • User can see their cashflow statement and even can download the statement as a pdf

👣 Steps to run the project

1️⃣ Install Node.js

You can download the NodeJs from here

2️⃣ Clone the repo

$ git clone https://github.com/FidalMathew/API-fest-project

3️⃣ Run the project ⬆️

  • do npm install in terminal in the root directory
  • create a .env file in the root directory
  • now create the following environment variables given below

DB_URI= "MongoDB URI here"

PORT = 8080 || or desirable port number

JWT_SECRET = "Enter a secret key of your choice"

  • do npm start in the terminal
  • Now you are good to go !!

💻 Samples:

Live Sample Images of the working API in Postman


Made with 💕 by 👨‍💻: