Initialize the application with Express Generator or any other tool of your choice. You are also free to choose any other server. However, express is recommended.
Once you've initialized the repo, you should deploy your application to Heroku to ensure that it's deployed.
For now, just expose one route /__test which should just respond with "Hello, world!" when a GET request is made to it.
After deployment, ensure that you've added the deployed link in the "About section" of the repo.
Initialize the application with Express Generator or any other tool of your choice. You are also free to choose any other server. However,
express
is recommended.Once you've initialized the repo, you should deploy your application to Heroku to ensure that it's deployed.
For now, just expose one route
/__test
which should just respond with "Hello, world!" when a GET request is made to it.After deployment, ensure that you've added the deployed link in the "About section" of the repo.