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.
- Date Created: 20 JUN 2023
- Last Modification Date: 20 JUN 2023
- Netlify URL: https://dallinked.netlify.app/
- Git URL: https://git.cs.dal.ca/shubhamm/csci4177-5709-grp-4.git
- Adriana Sanchez Gomez- (Full Stack Developer)
- Mayankkumar Patel - (Full Stack Developer)
- Mayank Pandey- (Full Stack Developer)
- Piyush Akoliya - (Full Stack Developer)
- Shubham Mishra - (Full Stack Developer)
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.
After deploying the application to Netlify, the URL was checked on different browsers.
- Create a private repository in Github
- Push the code in the repository
- Create a Netlify Account
- Navigate to select repository for deployment
- Authorize Netlify to connect to the GitHub account
- Add the command to build the project (npm run build)
- Add the base directory(frontend) in which the code to deployed is present
- Select Deploy site button
- Create a private repository in Github
- Push the code in the repository
- Create a Render Account
- Navigate to select repository for deployment
- Authorize Render to connect to the GitHub account
- Add the command to build the project (npm install)
- Add the command to start the project (npm start)
- Add the base directory(backend) in which the code to deployed is present
- Select Deploy button
- REACT JS - The web framework used
- NPM - Dependency Management
- Netlify - Frontend Deployment
- Render - Backend deployment
- React-Bootstrap - Bootstrap Framework
- Bootstrap - CSS Framework
- Sweet-alert - Custom alert library
- Swiper - Custom swipping cards
- react-toastify - Toast messages
- Axios - Http client for Node.js and browser
- Express - Backend Web framework for Node.js