Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/amirhnajafiz/upstream-website

PHP Bootcamp project based on PHP-MVC using MySQL database.
https://github.com/amirhnajafiz/upstream-website

mvc-architecture mysql php php-framework php8 website

Last synced: 1 day ago
JSON representation

PHP Bootcamp project based on PHP-MVC using MySQL database.

Awesome Lists containing this project

README

        

# Up-Stream



This is the implementation of a full website based on PHP MVC.

Using MySql database to create a website.

And Bootstrap4 for front-end.

## Start
First install xampp and open phpmyadmin.

We need to create a database and rewrite the configurations in /database/Database.php.
Import the create.sql file in your database in phpmyadmin.

After that if you are on:


  • Windows, execute the run.bat file to start the server.

  • Linux, execute the run.bash file to start the server.

You need to get a response like this:
```shell
Loading composer repositories with package information
Updating dependencies
Nothing to modify in lock file
Installing dependencies from lock file (including require-dev)
Nothing to install, update or remove
Generating autoload files
[Tue Aug 17 12:53:16 2021] PHP 8.0.7 Development Server (http://127.0.0.1:3030) started
```