A guide on how to create a simple fortnite backend!
- Node.js (The main runtime for running your backend)
- Visual Studio Code (or your preferred code editor)
- A basic understanding of javascript development or any other language that you will build your backend in (This guide will be focused on javascript)
- Understanding of RESTful APIs
This guide is split into sections and parts (Subsections) this is to help split the guide into different areas of focus to enforce your understanding of that particular part.
- Section 1 -- The Basics : With a basic understanding of javascript on the server you should be able to complete this section for the start of creating your own custom fortnite backend!