19
sinodip
4y

Today was the first time I was able to develop a full stack by my self!!!!
(I mean not by myself, StackOverflow was my Bible)

It's a small project with three modules , and while I've worked front end, back end and machine learning separately, I used to develop on a single component.

Today I built all the components on my own.

The hardest part was linking the nodejs file with the python script. Which seemed easy at first but then I needed to go through the documentation to understand the working behind the scenes.

Just looking how to deploy it now

This is a victory rant.
While it is not something big I feel so proud of myself 🥰

Comments
  • 1
    If you want to deploy it, use docker on your machine and gitlab-ci to run tests, build the container and then push it to the server.

    Also: congratulations on your achievement!
Add Comment