Bootcamps

Explore our extensive collection of courses designed to help you master various subjects and skills. Whether you're a beginner or an advanced learner, there's something here for everyone.

Academy

Learn live

Join us for our free workshops, webinars, and other events to learn more about our programs and get started on your journey to becoming a developer.

Upcoming live events

Learning library

For all the self-taught geeks out there, here is our content library with most of the learning materials we have produced throughout the years.

It makes sense to start learning by reading and watching videos about fundamentals and how things work.

Full-Stack Software Developer - 16w

Data Science and Machine Learning - 16 wks

Search from all Lessons


LoginGet Started

Register to 4Geeks

โ† Back to Projects

Todo List API

Difficulty

  • intermediate

Average duration

8 hrs

Technologies

Difficulty

  • intermediate

Average duration

8 hrs

Technologies

Weekly Coding Challenge

Every week, we pick a real-life project to build your portfolio and get ready for a job. All projects are built with ChatGPT as co-pilot!

Start the Challenge

Podcast: Code Sets You Free

A tech-culture podcast where you learn to fight the enemies that blocks your way to become a successful professional in tech.

Listen the podcast

We are going to build one API to manage tasks (Todo List). Similar to this api: http://assets.breatheco.de/apis/fake/todos/

๐Ÿ’ป Installation

Use the python/flask or node/express boilerplate, and clone the repository on Gitpod to avoid any local issues in your computer because you will need to have MySQL or PostgreSQL and Node.js or Python 3.7+ installed (already installed on Gitpod).

๐Ÿ“ Instructions

Create an API that connects to a MySQL database and implements the Following Endpoints.

  1. [GET] /todos/user/<username> Get the list of todo's for a particular user.
  2. [POST] /todos/user/<username> Create a new todo list of a particular user.
  3. [PUT] /todos/user/<username> Update the entire list of todo's of a particular user.
  4. [DELETE] /todos/user/<username> Delete a user and all of their todo's.

๐Ÿ“– Fundamentals

This exercise will make you practice the following fundamentals:

  1. Building an RESTful API.
  2. Building a database with SQLAlchemy or Expressjs/TypeOrm.
  3. Database Migrations.

Signup and get access to similar projects

We will use it to give you access to your account.
Already have an account? Login here.

Difficulty

  • intermediate

Average duration

8 hrs

Technologies

Difficulty

  • intermediate

Average duration

8 hrs

Technologies

Difficulty

  • intermediate

Average duration

8 hrs

Technologies

Difficulty

  • intermediate

Average duration

8 hrs

Technologies

Signup and get access to similar projects

We will use it to give you access to your account.
Already have an account? Login here.

Difficulty

  • intermediate

Average duration

8 hrs

Technologies

Difficulty

  • intermediate

Average duration

8 hrs

Technologies

Weekly Coding Challenge

Every week, we pick a real-life project to build your portfolio and get ready for a job. All projects are built with ChatGPT as co-pilot!

Start the Challenge

Podcast: Code Sets You Free

A tech-culture podcast where you learn to fight the enemies that blocks your way to become a successful professional in tech.

Listen the podcast