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

https://github.com/boristane/bytes-frontend

Front-end for the bytes
https://github.com/boristane/bytes-frontend

Last synced: 3 months ago
JSON representation

Front-end for the bytes

Awesome Lists containing this project

README

        

# bytes-frontend

byte: a unit of digital information that most commonly consists of eight bits, representing a binary number. The byte [...] is the smallest addressable unit of memory in many computer architectures [[source](https://en.wikipedia.org/wiki/Byte)].

This is thus a collection of (in)frequent byte-sized posts on software development, architecture and whatever else I feel like writing.

## Environment Variables

For development purposes, these are defined in the docker-compose file [here](https://github.com/boristane/bytes/blob/master/docker-compose.yml)

| Variable | Description |
| -------- | ---------------------------------------- |
| URL | The API url |
| PORT | The port at which the server will listen |
| NODE_ENV | The node environement |