My First Server and REST API: Essentials for Frontenders

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • Appwrite - The Open Source Firebase alternative introduces iOS support
  • InfluxDB - Access the most powerful time series database as a service
  • Sonar - Write Clean JavaScript Code. Always.
  • dotenv

    Loads environment variables from .env for nodejs projects.

    First, we’ll follow similar steps as before in setting up our index.js file, and we will additionally use two other packages—dotenv for working with sensitive variables, and axios for making http requests:

  • axios

    Promise based HTTP client for the browser and node.js

    First, we’ll follow similar steps as before in setting up our index.js file, and we will additionally use two other packages—dotenv for working with sensitive variables, and axios for making http requests:

  • Appwrite

    Appwrite - The Open Source Firebase alternative introduces iOS support . Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts