An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# 🌐 Web Application
A simple web application on ~~Fortran~~ C for linux/unix.

## 👀 Preview
![Main page screenshot](assets/image.png)
![404 page screenshot](assets/404.png)
##
## 📚 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
```