Kunniii / budget_api

A RESTful API for budget management using Node and some other tech products

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

budget_api

To install dependencies:

bun install

To run:

bun run src/index.ts

This project was created using bun init in bun v1.0.35. Bun is a fast all-in-one JavaScript runtime.

Setup Environment Variables

Create a .env file and make sure these variables are set correctly. If not, an error will be thrown when start.

DATABASE_URL=""
JWT_SECRET_KEY=""

About

A RESTful API for budget management using Node and some other tech products

License:MIT License


Languages

Language:TypeScript 100.0%