Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mathieubesson/gamegram
Gamer social network with custom PHP framework
https://github.com/mathieubesson/gamegram
framework javascript orm php routing
Last synced: 2 days 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 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-01T14:20:25.000Z (4 months ago)
- Last Synced: 2024-11-09T10:44:29.947Z (about 2 months 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
![PHP](https://img.shields.io/badge/PHP-v7.4-777BB4?logo=php&logoColor=white&labelColor=777BB4&color=white)
### 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.