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
- Host: GitHub
- URL: https://github.com/boristane/bytes-frontend
- Owner: boristane
- Created: 2019-06-02T17:49:46.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T02:29:23.000Z (over 2 years ago)
- Last Synced: 2025-01-30T23:49:32.165Z (4 months ago)
- Language: TypeScript
- Size: 1.35 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
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 |