All Projects → ivqonsanada → phive

ivqonsanada / phive

Licence: MIT license
A kind of freelancing website for College.

Programming Languages

Vue
7211 projects
PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to phive

Fake-News-Detection-Project
Fake News Detection Final Year College Project with Project Report, PPT, Code, Research Paper and Documents.
Stars: ✭ 16 (-73.77%)
Mutual labels:  projects, college
projects
A website that showcases interesting projects, using Angular JS.
Stars: ✭ 106 (+73.77%)
Mutual labels:  projects
100projectsofcode
A list of practical knowledge-building projects.
Stars: ✭ 1,183 (+1839.34%)
Mutual labels:  projects
Project Ideas For Web Developers
The go-to repo for fun, cool and unique web developer projects.
Stars: ✭ 166 (+172.13%)
Mutual labels:  projects
Awesome Gleam
💯 A collection of Gleam libraries, projects, and resources
Stars: ✭ 120 (+96.72%)
Mutual labels:  projects
Ledgersmb
Repository for the LedgerSMB project -- web app for accounting & ERP
Stars: ✭ 222 (+263.93%)
Mutual labels:  projects
Meme Generator
MemeGen is a web application where the user gives an image as input and our tool generates a meme at one click for the user.
Stars: ✭ 57 (-6.56%)
Mutual labels:  projects
todo-cli
✅ Command-line tool to manage Todo lists
Stars: ✭ 88 (+44.26%)
Mutual labels:  projects
projects
Türk geliştiricelerin açık kaynak Ruby projeleri
Stars: ✭ 13 (-78.69%)
Mutual labels:  projects
Demos
temporary static pages demos on github
Stars: ✭ 153 (+150.82%)
Mutual labels:  projects
Pm
The easy way to switch between your projects on ZSH
Stars: ✭ 142 (+132.79%)
Mutual labels:  projects
Online Shopping System Advanced
Demo site
Stars: ✭ 127 (+108.2%)
Mutual labels:  projects
Frut
Building JUCE projects using CMake made easy
Stars: ✭ 228 (+273.77%)
Mutual labels:  projects
Awesome Vuetify
🎉 The best resources related to Vuetify
Stars: ✭ 1,189 (+1849.18%)
Mutual labels:  projects
project-ideas
Project ideas for students at KITE, KGCAS, IIM and anybody else!
Stars: ✭ 47 (-22.95%)
Mutual labels:  projects
Serial Studio
Multi-purpose serial data visualization & processing program
Stars: ✭ 1,168 (+1814.75%)
Mutual labels:  projects
Ml
Machine Learning Projects and Learning Content
Stars: ✭ 134 (+119.67%)
Mutual labels:  projects
Projectman
ProjectMan is a command line tool to easily save/open your favorite projects right from command line. `pm add` to add projects and `pm open` to open them from anywhere you want🦸
Stars: ✭ 172 (+181.97%)
Mutual labels:  projects
cuc-wiki
个人教学 Wiki
Stars: ✭ 83 (+36.07%)
Mutual labels:  college
Projects-Archive
This hacktober fest, the only stop you’ll need to make for ML, Web Dev and App Dev - see you there!
Stars: ✭ 21 (-65.57%)
Mutual labels:  projects

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

PHive

A kind of freelancing website for College
Explore the docs »

View Demo · Report Bug · Request Feature

About The Project

PHive Landing Page

A kind of freelancing website for College. Where Lecturer can publish his/her project here waiting students apply to work on the project. Student will get some kind of rewards like salary and/or certification.

Features:

  • Commons
    • Explore Project
    • Leaderboard
    • Profile
    • Message
    • Inbox
  • Lecturer
    • Project Publications (Posting - Recruit - Review)
    • Project Box (to Organize Project)
    • Hire Student
  • Student
    • Apply Project (as Individual / as Team)
    • Party (for make the Team)
    • Project Box (to See current Apply/Ongoing/Finished projects)
    • Wishlist Project
  • Experiment
    • Adaptive while being Responsive (Mobile version is Mobile Apps-like)

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

Installation

  1. Clone the repo
    git clone https://github.com/ivqonsanada/phive.git
  2. Get into the project
    cd phive
  3. Install the frontend packages (NPM)
    npm install
  4. Install the backend packages
    composer install

Usage

  1. Make .env file by copy the .env.example

    cp .env.example .env
  2. Edit .env file to setup database connection

    DB_DATABASE=db_name
    DB_USERNAME=user_to_access_the_db
    DB_PASSWORD=user_password
  3. Set application key

    php artisan key:generate
  4. Create tables using migration with dummy data

    php artisan migrate:fresh --seed
  5. Create the frontend production ready files

    npm run prod
  6. Run the app

    php artisan serve
  7. Try dummy account

    # student
    username = [email protected]
    password = password
    
    # lecturer
    username = [email protected]
    password = password

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  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

Distributed under the MIT License. See LICENSE for more information.

Contact

Team:

Project Link: https://github.com/ivqonsanada/phive

Acknowledgements

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].