Make sure you have the following installed:
-
Clone the repository:
git clone https://github.com/ItsEric24/expense-tracker-server
-
Navigate to project directory
cd expense-tracker-server
-
Install dependencies
npm install
-
To start the development server, use the following command:
npm run dev
-
The development server will start, and you can interact with the backend API at
http://localhost:8000.