Project: Dal Linked

Dal Linked is a Web application for the students of Dalhousie and the recruiters. The application allows students to share their success stories and get customized email notifications regarding the latest job posting in their job sectors. It also provides a platform for the recruiters to post any new job postings for the Dalhousie Students. Students can apply, save, and view the status of their application in the Dal Linked portal.

Authors

Testing

The Landing page, Contact us, FAQ page were tested on crossbrowsers and using the Chrome Developer tools the reponsive behavious or the website was also tested.

Deployment

After deploying the application to Netlify, the URL was checked on different browsers.

Frontend

  1. Create a private repository in Github
  2. Push the code in the repository
  3. Create a Netlify Account
  4. Navigate to select repository for deployment
  5. Authorize Netlify to connect to the GitHub account
  6. Add the command to build the project (npm run build)
  7. Add the base directory(frontend) in which the code to deployed is present
  8. Select Deploy site button

Backend

  1. Create a private repository in Github
  2. Push the code in the repository
  3. Create a Render Account
  4. Navigate to select repository for deployment
  5. Authorize Render to connect to the GitHub account
  6. Add the command to build the project (npm install)
  7. Add the command to start the project (npm start)
  8. Add the base directory(backend) in which the code to deployed is present
  9. Select Deploy button

Built With