FinanSee is just a simple API handcrafted to help people finances' management.
NodeJS >= 14
MongoDB >= 5.0
yarn(recommended)
.env
MONGODB_URL='mongodb://localhost'
MONGODB_DATABASE='transactions'
APP_PORT=3005
$ yarn install
$ yarn build
# development
$ yarn start
# watch mode
$ yarn start:dev
# production mode
$ yarn start:prod
- MongoDB Connection
- Get All Transactions
- Search/Filter Transactions
- Create Transactions
- Delete Transactions
- Authentication
- Interface Refactoring
- Logging
- Unit Tests
- More Refactoring
With a running instance of the project in development mode go to your browser
http://localhost:3005/api/#/
This project uses extensively NestJS and TypeORM alongside a bunch of wonderful another depencies.