Skip to content

banboy38/Cosmic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IET_Hack-A-Duck


Team Details

Features

  • Fully dynamic blogging website with login/logout, write/delete blogs, edit details features.
  • Login/Register for the complete experience!

TechStack

  • HTML
  • CSS
  • PHP
  • SQL
  • JavaScript

Setup on local system

  • 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/

About

IET_Hack-A-Duck

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published