Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/azadkaratas/project-selection
Good news for teachers and students. Now students must be as quick as possible to get their project first.
https://github.com/azadkaratas/project-selection
Last synced: about 2 months ago
JSON representation
Good news for teachers and students. Now students must be as quick as possible to get their project first.
- Host: GitHub
- URL: https://github.com/azadkaratas/project-selection
- Owner: azadkaratas
- Created: 2017-11-03T13:33:10.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-30T06:50:02.000Z (about 7 years ago)
- Last Synced: 2023-12-16T10:56:57.441Z (about 1 year ago)
- Language: PHP
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# project-selection
Good news for teachers and students. Now students must be as quick as possible to get their project first.## Firstly get your database and hosting credentials and fill the following parts in index.php:
* $servername = "";
* $username = "";
* $password = "";
* $dbname="";## Then you should create 2 tables in your database:
1. projectesTable: This table holds the projects information which are:
* **projectName**: project name
* **projectID**: unique ID of project
* **isEmpty**: shows if project is Full or Empty
* **projectCapacity**: is the number of student who can take project
* **student1**: student #1 for the project
* **student2**: student #2 for the project
* **student3**: student #3 for the project
* **timeTaken**: shows when the project is taken