DEV Community

Simon Mei
Simon Mei

Posted on

Building an API part 1

About the project and this series

I am setting out to build a website to help bodyweight fitness enthusiasts find parks and gyms that support bodyweight exercises. There are several websites that exist already but I am not a fan of their UI/UX, so I am eager to build a better experience for users.

This blog series is to help me document what I've completed and what I need to do next. I believe that by documenting my work, I will feel more connected with my project and I'll be able to look back and see all the work I've done.

What I've worked on

I've built a skeleton of the API routes and what information the routes will return. The API is built using Express since this is what I've learned from The Odin Project and I want to move quickly.

What's blocking me

I took a month break from coding because I was interviewing. Unfortunately, I had no success. I am resuming my project but I noticed that I forgot a lot about what I've done and what needs to be done.

What I need to do next

Next steps are to review what I've complete and what needs to be done next. I will look into the different solutions to keep track of my project through Trello or some sort of Kanban board.

Top comments (0)