Skip to main content

Build the API

In this tutorial, we'll dive into implementing and building the API for our Wordle application.

By the end of this tutorial, you'll have a fully functional API that can be used to interact with the database. Let's get started!

Source code

The application developed in this tutorial can be found here. To sign in, use our public user account:

  • username: public-user
  • password: Public-user123

The source code for the API can be found here (under the same credentials).