https://github.com/mathieubesson/gamegram
Gamer social network with custom PHP framework
https://github.com/mathieubesson/gamegram
framework javascript orm php routing
Last synced: 11 months ago
JSON representation
Gamer social network with custom PHP framework
- Host: GitHub
- URL: https://github.com/mathieubesson/gamegram
- Owner: MathieuBesson
- License: gpl-3.0
- Created: 2021-02-03T09:14:08.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-01T14:20:25.000Z (over 1 year ago)
- Last Synced: 2025-01-04T03:12:46.517Z (about 1 year ago)
- Topics: framework, javascript, orm, php, routing
- Language: PHP
- Homepage:
- Size: 2.06 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GameGram
GameGram is a social network for gamers that allows you to publish posts, write comments, add likes... This social network is developed in PHP from scratch with an home made framework and a custom ORM. This project allows you to understand how a more elaborate framework works by recreating all the modules by hand (routing, ORM, query builder, templating, etc.)
## Getting Started
### Dependencies

### Run project
```shell
sudo php -S 0.0.0.0:80
```
## License
This project is licensed under the GPL License. See the [LICENSE](./LICENSE) file for more details.