EXPRESS

Athena's Intro to Backend Programming Using Node.js & Express

Code a backend – earn stickers, knowledge, and artifacts :3


No idea how to get started with Node.js? Follow this guide!

Not everyone has access to a developer environment so we recommend that you use Github codespaces!

A codespace is an online IDE (Integrated development environment) where you can write and execute code!


First off, if you don't have a Github account, checkout Tribute!


To start using Node.js in a codespace, navigate to this repo and follow the instructions in the readMe.

Once you've done that, you should have a 'codespace' that looks like this:

Once you are there, navigate to the terminal and run the following command:

        
            node server.js
        
      

You should see a blank Hello World! appear!

Congrats! You're now a backend developer!



Here is some more information you probably should know!