My current sideproject

My current sideproject

I am currently working on a project for learning purposes. I am currently a frontend developer and want to learn some backend technologies so I'm starting with NodeJS. I'm building a review app using Node JS, PostgreSQL, and React JS.

The basics of NodeJS were pretty easy to pick up and learn. The most challenging part of backend technologies for me is understanding databases, how to structure tables in relation to one another e.t.c. This tutorial by Ben Awad " SQL for beginners " was a lifesaver.

I first built a simple CRUD todo app where you create a new task, edit and delete a task.

To upgrade difficulty, I'm working on a review app like yelp.

Currently, the project is on my local I'll update with relevant links as soon as possible