Skip to content

valentin-popov/expense-tracker-b

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Expense Tracker - Backend

Prerequisites

Before you can run this application, you will need to have the following installed on your machine:

  • Bun: curl -fsSL https://bun.sh/install | bash
  • MongoDB (version 3 or higher)

Installation

  1. Clone the repository.
  2. Install the dependencies: bun install.
  3. Create a .env file in the root directory of the project and add the following environment variables:
    • MONGODB_URI=<your_mongodb_uri>
    • JWT_SECRET=<your_jwt_secret>
    • PORT=<port>. Omit in order to use the default value (3000).

Running the app

Start the application using bun run src/app.ts.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published