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: 4 months ago
JSON representation
PHP Bootcamp project based on PHP-MVC using MySQL database.
- Host: GitHub
- URL: https://github.com/amirhnajafiz/upstream-website
- Owner: amirhnajafiz
- Created: 2021-08-06T09:44:59.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-07-30T07:11:32.000Z (almost 2 years ago)
- Last Synced: 2025-01-10T19:54:20.550Z (6 months ago)
- Topics: mvc-architecture, mysql, php, php-framework, php8, website
- Language: PHP
- Homepage:
- Size: 7.44 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```