REST API for expense tracking and budgeting.
Find a file
2025-12-12 16:29:39 -06:00
bruno/Common Cents ironed out patching failure 2025-12-12 16:29:39 -06:00
src ironed out patching failure 2025-12-12 16:29:39 -06:00
test initial brand new nest project 2025-12-10 10:38:13 -06:00
.gitignore initial brand new nest project 2025-12-10 10:38:13 -06:00
.prettierrc small changes to project config 2025-12-10 18:29:45 -06:00
eslint.config.mjs initial brand new nest project 2025-12-10 10:38:13 -06:00
nest-cli.json initial brand new nest project 2025-12-10 10:38:13 -06:00
package-lock.json configured base route and setup healthcheck endpoint 2025-12-10 16:14:02 -06:00
package.json configured base route and setup healthcheck endpoint 2025-12-10 16:14:02 -06:00
README.md initial brand new nest project 2025-12-10 10:38:13 -06:00
tsconfig.build.json initial brand new nest project 2025-12-10 10:38:13 -06:00
tsconfig.json initial brand new nest project 2025-12-10 10:38:13 -06:00

common-cents-api

REST API for expense tracking and budgeting.

Project setup

$ npm install

Compile and run the project

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Run tests

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Deployment

When you're ready to deploy your NestJS application to production, there are some key steps you can take to ensure it runs as efficiently as possible. Check out the deployment documentation for more information.

Resources

Check out a few resources that may come in handy when working with NestJS:

  • Visit the NestJS Documentation to learn more about the framework.
  • For questions and support, please visit our Discord channel.
  • To dive deeper and get more hands-on experience, check out our official video courses.
  • Deploy your application to AWS with the help of NestJS Mau in just a few clicks.
  • Visualize your application graph and interact with the NestJS application in real-time using NestJS Devtools.
  • Need help with your project (part-time to full-time)? Check out our official enterprise support.
  • To stay in the loop and get updates, follow us on X and LinkedIn.
  • Looking for a job, or have a job to offer? Check out our official Jobs board.