Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

estateably/finansee-api

 
 

Repository files navigation

FinanSee API (NestJS)

FinanSee is just a simple API handcrafted to help people finances' management.

📄 Requirements

NodeJS >= 14
MongoDB >= 5.0
yarn(recommended) 

⚙️ Configuration

.env

MONGODB_URL='mongodb://localhost'
MONGODB_DATABASE='transactions'
APP_PORT=3005

🔨 Installation & Building

$ yarn install
$ yarn build

🟢 Running the app

# development
$ yarn start

# watch mode
$ yarn start:dev

# production mode
$ yarn start:prod

💡 Features

  • MongoDB Connection
  • Get All Transactions
  • Search/Filter Transactions
  • Create Transactions
  • Delete Transactions
  • Authentication
  • Interface Refactoring
  • Logging
  • Unit Tests
  • More Refactoring

📗 Documentation (Swagger)

With a running instance of the project in development mode go to your browser http://localhost:3005/api/#/

📜 Credits

This project uses extensively NestJS and TypeORM alongside a bunch of wonderful another depencies.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 94.7%
  • JavaScript 4.7%
  • Shell 0.6%