About the Portfolio Project: Final Back-End Project category

The Final Back-End Project

Welcome to the subcategory for the Final Back-End Project. This portfolio project can be found in the following courses or paths:

  • Back-End Web Developer Path

How to Get Feedback on your Project

Congratulations on finishing your portfolio project! Now you’ll want to follow these steps to get feedback on it.

  1. Post a link to your git repository :slight_smile:
  2. Give us a few sentences about your experience. Was this fun? Difficult? How long did it take?
  3. Check back in—if someone has replied to your post, come see what they have to say.

How to Give Feedback on Another Learner’s Project

Reviewing someone else’s code isn’t just a nice thing to do; it’s also a great opportunity to sharpen your skills by viewing a different perspective.

  1. Refer to the article in your Career Path on How to Review Someone Else’s Code
  2. Click through topics in this subcategory to view other submissions of this project.
  3. Reply to a thread with feedback, encouragement, or letting them know if they did something in a way you hadn’t thought of before!

Feels like there was/is a significant step missing in this module?

  • Learn node/express as a standalone
  • Learn about SQL as a standalone
  • ???
  • OK now make a complete back end using express which links to SQL

you can look for a lot of info this web side, maybe it will be an example

istanbul kız yurtları

1 Like

Post your project – including any code, findings, and presentation materials – on the forum and ask for feedback. Depending on the nature of your project, posting may require sharing a link or adding an attachment with your files in the forum. Follow the instructions in your project for more specific advice.

Groceries-Shopping API

Finally, the final project!

It is an API to shop groceries from planning a menu, creating or importing recipes from the web, exploding ingredients, making a shopping list and create different shopping list for selected markets regarding prices and quality.

Of course, is need to develop the front end to ensamble all together but, there is the API documentation with all endpoints required.

https://groceries-shopping.herokuapp.com/

I have completed the final project!

I decided to build a backend for a trade tracking application. I have included swagger docs and it uses auth as well as a rate limiter.

After finishing the backend I decided to build out the frontend using React so that I could show the application (I am sure the React code is a MESS, but I used it as a learning experience). Both the frontend and backend are available on my github. I also deployed the app to Railway so that it can be interacted with.

Backend - GitHub - Jas667/trade_tracker_express_backend: Express backend (works with trade_tracker_frontend in my repositories) for a trade recorder/analyser. At present it works with TradeZero trade files

App deployed at - https://tradetrackerfrontend-production.up.railway.app/

Feel free to follow/interact with me on GitHub!!