Skip to content

Latest commit

 

History

History
69 lines (56 loc) · 1.21 KB

Readme.MD

File metadata and controls

69 lines (56 loc) · 1.21 KB

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.

Features

  • User Authentication
  • User Profile
  • Job Posting
  • Job Application
  • Job Search

Installation

  1. Clone the repository
  2. Install the dependencies
  3. Run the server
  4. Run the client

Clone the repository

git clone <link of the repository>

Install the dependencies

cd LinkedUs
npm install

Run the server

cd Backend
npm start

Run the client

cd Frontend
npm start

Usage

  1. Register as a User
  2. Login as a User
  3. Create a Profile
  4. Post a Job
  5. Search for a Job
  6. Apply for a Job

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

  1. Fork the repo
  2. Create your feature branch
    git checkout -b feature/AmazingFeature
  3. Commit your changes
    git commit -m 'Add some AmazingFeature'
  4. Push to the branch
    git push origin feature/AmazingFeature
  5. Open a pull request

License

MIT