https://github.com/pascalallen/c-web-server
c-web-server is fully containerized web server built in C. This application contains a Docker image for GCC, and CLI commands to bring the application up and down.
https://github.com/pascalallen/c-web-server
Last synced: 11 months ago
JSON representation
c-web-server is fully containerized web server built in C. This application contains a Docker image for GCC, and CLI commands to bring the application up and down.
- Host: GitHub
- URL: https://github.com/pascalallen/c-web-server
- Owner: pascalallen
- License: mit
- Created: 2024-01-15T19:16:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-15T19:21:22.000Z (over 2 years ago)
- Last Synced: 2025-04-27T11:45:54.190Z (about 1 year ago)
- Language: C
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# c-web-server


c-web-server is fully containerized web server built in C. This application contains a Docker image for GCC, and CLI commands to bring the application up and down.
## Prerequisites
- [Docker](https://www.docker.com/)
- [Docker Compose](https://docs.docker.com/compose/)
## Development Environment Setup
### Clone Repository
```bash
cd && git clone https://github.com/pascalallen/c-web-server.git
```
### Bring Up Environment
```bash
bin/up
```
You will find the site running at [http://localhost:8080/](http://localhost:8080/)
### Take Down Environment
```bash
bin/down
```
### Interact with GCC image
```bash
bin/exec
```