pesto-students / little-tags-rajeshdh-backend

little-tags-rajeshdh created by GitHub Classroom
https://little-tags-pesto.herokuapp.com/
1 stars 1 forks source link

Initialize and deploy the application #2

Closed ArfatSalman closed 3 years ago

ArfatSalman commented 3 years ago

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.

rajeshdh commented 3 years ago

Hi @ArfatSalman I have deployed the application on Heroku at https://little-tags-pesto.herokuapp.com/

ArfatSalman commented 3 years ago

Cool!