LinkedUs is a Social Platform for one to find Jobs within Kathmandu University.It acts as a Portal between the Students of KU and the Companies who want to hire them.
- User Authentication
- User Profile
- Job Posting
- Job Application
- Job Search
- Clone the repository
- Install the dependencies
- Run the server
- Run the client
git clone <link of the repository>
cd LinkedUs
npm install
cd Backend
npm start
cd Frontend
npm start
- Register as a User
- Login as a User
- Create a Profile
- Post a Job
- Search for a Job
- Apply for a Job
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
- Fork the repo
- Create your feature branch
git checkout -b feature/AmazingFeature
- Commit your changes
git commit -m 'Add some AmazingFeature'
- Push to the branch
git push origin feature/AmazingFeature
- Open a pull request