You are browsing as a guest. Sign up (or log in) to start making projects!

bhargavTheDev

@bhargavTheDev

Joined July 9th, 2026

  • 4Devlogs
  • 16Projects
  • 1Ships
  • 15Votes
Open comments for this post

5h 0m 15s logged

SO! This is a subscription tracker API, built using node, and express, and mongoDB. So first I started setting it up with node, nodemon, eslint and much more. Then I declared a bunch of routes. One for the authentication, like onboarding, sign-up, sign-in and then a couple of user routes this is mostly for the admins (me) to get, delete and add information about users. And a couple of routes for the subscription tracker itself: like you subscription ID, like netflix, jetbrains, claude, Amazon and etc… And a couple of routes to cancel a specific user’s subscription, to renew a specific user’s subscription and one route to just view all you subscriptions. Then I made a couple of models after setting up my database. I’m using MongoDB on this one. And these are mongoose models: I have 2 models. 1 for the user authentication and one for tracking a user’s subscription. So the authentication model just asks for all the basic things like you username, email, and password and sets a couple of parameters before entering it into the database. It’s the same with the subscriptions models and it also just adds more parameters to your data before saving it to the database. And thank you so much for taking you time and reading thi. It really means a lot. Thank YOU! Catch you in the next dev log. See ya!

0
0
4
Open comments for this post

2h 23m 49s logged

I finished setting up my vite and react app, and built the navbar, and the hero section as components. Then I got a couple of assets, for example that picture from JSMASTERY, the youtube channel. And None of the links work yet, because I do not plan on having all those webpages, and I think I’m simply going to finish the website with the MacBook Pro. I just haven’t thought about it yet, and it’s the same thing with the buy button too, because it also doesn’t exactly take you anywhere. Then I got the 3d models I needed, for example the macbook pro. And I am working on displaying them on the next section. This next section just comes right after the hero. And the text ‘Render the canvas’ is kind of temporary as I plan on removing it pretty quickly. And I’m working on the buttons, that switch from 14’’ to 16’’ to White and black 3d models of the MacBook Pro. And that’s pretty much all I’ve gotten through. And thank you for taking the time to read and go through this. It means a lot

0
0
5
Ship

I just made 2 files which have all the basic syntax anyone needs to get started building backends using node+express and much more. This is built specifically for people who absolutely HATE long, boring tutorials and learn better alone. And the part I am most proud of is the fact that I finally learnt JS’s basic syntax and the fact that I got started with building my first backend.

  • 1 devlog
  • 3h
  • 1.84x multiplier
  • 5 Stardust
Try project → See source code →

Followers

Loading…