Gold Digger
- 5 Devlogs
- 5 Total hours
A basic web project to explore Node.js Backend
A basic web project to explore Node.js Backend
Final Devlog!!
Just deployed the website on Hack Club Nest (using PM2) and created the README file
Devlog #4!
I finally added the ability to invest in (fake) gold. It was pretty tough because I had to constantly switch between frontend code, backend, and utility functions.
You set the amount you want to invest in British pounds then it’ll send a POST request to the backend and the backend will log the purchase in a record file.
Next step should be adding final touches and shipping!
Devlog #3!!
Yesterday I:
I wrote a very organized code which I’m proud of!
Devlog #2
The backend is now working!! I created a Node.js http server & implemented the serve static function, which simply serves static files based on the URL. I also learnt about the Node.js –watch flag, which makes the development experience a lot better!
Devlog #1
Sooooo I’m basically learning Node.js backend and I’m creating a backend (serving static files, handling requests, etc) for this Gold Digger frontend. Stay tuned!