Hi! Here’s my solution to the project: GitHub - Link
I really enjoyed putting together most of the knowledge that I’ve got going through half of the back-end developer path! I added som stuff on my own so the project probably took 3-4 full days to complete!
Custom features:
Front End HTML and CSS. (Very basic)
Automated testing for most of the serverside functionality (30 tests in mocha and chai)
I would love to hear some general feedback on my filestructure and coding structure. Any other feedback is also appreciated!
I’ll check in with someone elses solution and give som feedback myself.
Hello, This is my solution to the Personal Budget project GitHub.
This was an interesting project and it was very fun to try and develop an entire API from scratch.
Please feel free to have a look and share your thoughts.
I did a bit of a front, I got inspired by the API-quotes project but I still missing some comprehension to go further.
Here is my completed project I have implemented swagger for UI and I set up my envelops.
This project has really thought me how to work with express thank you very much
Hello everyone, I am missing some pretty fundamental info that I was hoping I could get some help with, in the routes, how do you get the ‘api/envelopes’ url? and the rest of the urls? I get errors that say it is unable to fetch the url. Thanks!
You can track the status of couriers, parcels, and shipments using TrackMyCouriers. Multiple international couriers and delivery companies supported.Click here
For the first time I actually felt like I was getting things right more often than not. I would make changes to the database, then to the apiRouter, and I would test it out using Postman and the results would be succesful! I had my fair share of head-scratching moments where I had to google some things, but I never looked at solution code. I’m sure there are plenty of better ways to have done things, but I am proud of my progress. I look forward to getting even better!
Hi! That is my solution to the Personal Budget Project.
I am looking forward to add some Front End feature soon.
But still I would be grateful for overall feedback about my project.
Ekrem
Hi,
In the following link is my solution to the Personal Budget portfolio challenge.
github: Personal Budget
Any comment would be very appreciated.
Regards,
Fernando
Just starting to work on this project, I’ve been trying to understand what the appropriate file structure is for a frontend/backend project. The Boss machine project had some files in the root folder
Is this typical? I saw an article on medium for a front end react / backend nodejs medium clone project and the file structure similar but looking for anwsers on stackoverflow I found completly seperating them with
- root/
- frontend/
- backend/
where both have there own node_modules, package.json, ect
I have just completed the Personal Budget project.
It took me a lot longer than I expected, mainly because I bumped into quite a few problems as I tried to implement the functionality I wanted. However, with the help of Google, and a LOT of coffee, I finally got to a finished article.
The code is definitely not perfect or clean. However, I intend to improve upon it as I work further through the back-end engineering course.