npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

mycash-backend

v0.0.16

Published

Backend server for myCash app, built with Node.js and TypeScript.

Readme

myCash

Logo myCash

myCash este o aplicatie pentru gestionarea cheltuielilor lunare si anuale, dezvoltata folosind un stack modern de tehnologii.

Functionalitati

  • Adaugarea si vizualizarea cheltuielilor lunare.
  • Urmarirea cheltuielilor anuale.
  • Stocare locala a datelor in fisiere JSON (cu planuri de backup in cloud pe viitor).
  • Frontend interactiv si usor de utilizat construit cu Vue 3 si Bootstrap.

Tehnologii utilizate

  • Node.js
  • TypeScript
  • Express
  • MongoDB

Versionarea Proiectului

MAJOR (Breaking change)

  • Crește versiunea MAJOR (ex.: de la 1.0.0 la 2.0.0).
  • Include BREAKING CHANGE în mesajul commit-ului.

Exemplu:

feat: Adaugă un nou API pentru autentificare

BREAKING CHANGE: Endpoint-ul anterior `/login` a fost înlocuit cu `/auth/login`.

MINOR

  • Crește versiunea MINOR (ex.: de la 1.0.0 la 1.1.0).
  • Commit-urile care folosesc prefixul feat:.

Exemplu:

feat: Adaugă suport pentru exportul PDF

PATCH

  • Crește versiunea PATCH (ex.: de la 1.0.0 la 1.0.1).
  • Commit-urile care folosesc prefixul fix: sau alte modificări care nu includ feat: sau BREAKING CHANGE.

Exemplu:

fix: Repară bug-ul de validare în formularul de autentificare

Structura proiectului

myCash/
  .husky/
    Husky files
  node_modules/
    Node files
  src/
    config/
      db.ts
    models/
    routes/
    index.ts
  .env
  .gitattributes
  .gitignore
  CHANGELOG.md
  package-lock.json
  package.json
  README.md
  tsconfig.json

Setup local

1. Cloneaza repository-ul

git clone [email protected]:DK-System/backend-my-cash.git
cd backend-my-cash

2. Instaleaza dependintele

Ruleaza comanda din folderul principal pentru a instala dependintele backend si frontend:

npm run install

3. Porneste aplicatia

Pentru a porni aplicatia rulam:

npm run dev

4. Acceseaza aplicatia

  • Local: http://localhost:3000

Autor

Dementik