- Team name - Cosmic
- Team members - Anirban Aditya Halder, Abhishek Purty, Amman Mohit Minz, Justin Arpit Indwar
- Deployment Link - http://tidbits.rf.gd/
- E-mail - [email protected]
- Fully dynamic blogging website with login/logout, write/delete blogs, edit details features.
- Login/Register for the complete experience!
- HTML
- CSS
- PHP
- SQL
- JavaScript
-
Clone the repos on your system
-
On command prompt, navigate to the folder where the repos is cloned using cd command
cd <address of the folder in system where index.php exists>
-
If the repos exists on a drive other than C drive, enter the following piece of code before the above one
<drive name>:
-
For example, if the address is F:\GitHub\Cosmic, then the commands will be
F:
cd F:\GitHub\Cosmic
-
After change of directories, type this into the command prompt
php -S localhost:5000
Imp - PHP version 7 or more must be installed beforehand -
Keeping the command prompt open/minimized, open your browser window and type http://localhost:5000 into the address bar.
-
Now the site is live on your local system, any changes made to the repos made on your system will be reflected on the frontend of the site.
-
But you won't be able to enjoy the full functionality until you import the database given in the DataBases folder.
Of course it's much much easier to just view the site and see all the features on this link - http://tidbits.rf.gd/