EXPRESS

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

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


Here is how to deploy your node app using railway (it's free)

  1. Create an account for railway app using your github
  2. Go to the railway app
  3. Click 'Deploy a new project'
  4. Select the Node.js app you want to deploy
  5. Wait for the deployement flow to be done
  6. Navigate to the settings section
  7. Find the networking tab
  8. Click generate a domain
  9. Poof! You've got a backend in production!
  10. Now you have a link that will be your deployement link that you'll share with us when u submit!
  11. p.s you may need to setup custom build commands in the settings tabs. For example if you use node server.js to launch your app, you'll need to double check that this command is used!