An open API service indexing awesome lists of open source software.

https://github.com/itseric24/expense-tracker-backend


https://github.com/itseric24/expense-tracker-backend

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

          

# Expense-Tracker - Backend

## Table of Contents

- [Installation](#installation)
- [Running the Project](#running-the-project)

## INSTALLATION

### Prerequisites

Make sure you have the following installed:

- [Node.js](https://nodejs.org/)
- [npm](https://www.npmjs.com/)

### Steps

1. **Clone the repository:**

git clone https://github.com/ItsEric24/expense-tracker-server

2. **Navigate to project directory**

cd expense-tracker-server

3. **Install dependencies**

npm install

## RUNNING THE PROJECT

1. _To start the development server, use the following command:_

npm run dev

2. _The development server will start, and you can interact with the backend API at `http://localhost:8000`._