https://github.com/bybenpuls/web-app
A simple web application written in C
https://github.com/bybenpuls/web-app
c clang docker docker-compose linux makefile web web-development webapp
Last synced: about 2 months ago
JSON representation
A simple web application written in C
- Host: GitHub
- URL: https://github.com/bybenpuls/web-app
- Owner: byBenPuls
- License: mit
- Created: 2025-01-05T21:25:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-09T00:56:07.000Z (12 months ago)
- Last Synced: 2025-08-23T00:08:30.682Z (10 months ago)
- Topics: c, clang, docker, docker-compose, linux, makefile, web, web-development, webapp
- Language: C
- Homepage: https://clang.benpuls.ru
- Size: 129 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🌐 Web Application
A simple web application on ~~Fortran~~ C for linux/unix.
## 👀 Preview


##
## 📚 Philosophy
* The goal of this project is to understand whether the use of C language is relevant in web development
## 🏃 How to run?
Use docker compose for deploy:
```bash
make run
```