https://github.com/itseric24/expense-tracker-backend
https://github.com/itseric24/expense-tracker-backend
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/itseric24/expense-tracker-backend
- Owner: ItsEric24
- Created: 2024-05-23T08:00:31.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-17T13:34:19.000Z (about 2 years ago)
- Last Synced: 2024-06-18T14:21:24.298Z (about 2 years ago)
- Language: JavaScript
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`._