https://github.com/slothspunky77/eventmaster
MVC with C++ and CROW
https://github.com/slothspunky77/eventmaster
cpp crow css html makefile mvc mvc-architecture mvc-framework mvc-pattern
Last synced: 6 months ago
JSON representation
MVC with C++ and CROW
- Host: GitHub
- URL: https://github.com/slothspunky77/eventmaster
- Owner: SlothSpunky77
- Created: 2025-04-07T07:01:50.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-04-07T07:13:43.000Z (6 months ago)
- Last Synced: 2025-04-07T08:24:56.898Z (6 months ago)
- Topics: cpp, crow, css, html, makefile, mvc, mvc-architecture, mvc-framework, mvc-pattern
- Language: C++
- Homepage:
- Size: 1010 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# What is this about?
This is an MVC demonstration with C++ using the CROW framework.## Event Master
Create, read, update and delete events through an HTML interface.### Instructions
Execute the makefile if its your first time: `make`
`sudo systemctl start mariadb`
`./eventmaster`
Visit http://0.0.0.0:8080