Building a Game Catalogue API

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

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • postman-app-support

    Postman is an API platform for building and using APIs. Postman simplifies each step of the API lifecycle and streamlines collaboration so you can create better APIs—faster.

  • Once it has successfully built and deployed on Code Capsules, we can try this new route out. To do this, download Postman, which is a tool that makes it easier to interact with APIs.

  • MySQL

    MySQL Server, the world's most popular open source database, and MySQL Cluster, a real-time, open source transactional database.

  • We'll use MySQL as the data store, Node.js as the application language, and Code Capsules to host all the components.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • node

    Node.js JavaScript runtime ✨🐢🚀✨

  • Node.js installed.

  • git

    A fork of Git containing Windows-specific patches. (by git-for-windows)

  • Git setup and installed, and a registered GitHub account.

  • Puts Debuggerer

    Ruby library for improved puts debugging, automatically displaying bonus useful information such as source line number and source code.

  • Head over to GitHub and create a new repo. We're calling it game-api here, but you can give it any name. Choose a Node .gitignore file to get started. Then clone the new GitHub repo onto your computer and navigate to that directory in a terminal (or command prompt, if you're on Windows).

  • Express

    Fast, unopinionated, minimalist web framework for node.

  • We'll use the Express generator to create the project base. Express is a lightweight web framework for Node.js. To create the base project, type in the following:

  • Visual Studio Code

    Visual Studio Code

  • The command npm install downloads and installs all the dependencies and packages required by the base project. Open the folder with Visual Studio Code or an editor of your choice, and browse through the files to get familiar with them. The app.js file in the project root is the main entry point for the app.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
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

  • Create a Chat App With Node.js

    8 projects | dev.to | 30 Apr 2024
  • How to Handle File Uploads with Node.js and Express

    5 projects | dev.to | 7 Feb 2024
  • Resources for Learning React and the PERN Stack: From Setup to Authentication

    4 projects | dev.to | 16 Jul 2023
  • Nest JS Part 1: Creating Your First API

    6 projects | dev.to | 24 Nov 2022
  • Implementing Strapi v4 Authentication with Remix

    5 projects | dev.to | 17 Aug 2022