PersonalBudget

Personal Budget

Table of contents

General Information

This is a practice Back-end Engineer project. For this project, I built an API that allows clients to create and manage a personal budget. The source code is available at (https://github.com/VincentNguyenDuc/PersonalBudget)

Technologies

Project Objectives

Setup

In order to run the program, you need to install Node.js and set up PostgreSQL database on your computer:

Endpoints

Once you have the server up and running, the following end points will be reachable in http://localhost:4001/:

GET

POST

PUT

DELETE

UI/UX

The project’s UI and UX are currently under development.