[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[DIR]node_modules/2023-10-19 15:47 -  
[DIR]public/2023-12-05 10:25 -  
[DIR]views/2023-10-19 14:31 -  
[   ]LICENSE2023-10-19 14:31 13Kf0d2fc9 test post-receive hook [كارل مبارك]
[TXT]README.md2023-11-02 14:18 1.1K15de0e0 styling, texts [كارل مبارك]
[   ]index.js2023-11-02 14:18 1.8K15de0e0 styling, texts [كارل مبارك]
[   ]package-lock.json2023-10-19 15:53 47K120707f added node version q18.16 to dependincies [كارل مبارك]
[   ]package.json2023-10-19 15:53 790 120707f added node version q18.16 to dependincies [كارل مبارك]
# The Hmm's audio repository for AI anxieties

Node application that serves a set of webpages statically, that display an arxhive stored on a json file on disk and a web UI to record and submit audio files.

File server is Express
Template engine is EJS
Databse is stored on disk as a CSV file


## Environment

This project was set up with Node version 18.16.

Copy the .env.example file to .env
```
cp .env.example .env
```
Edit the environment variables to your liking.
```
PORT=3000
TITLE="AI Hotline"
```
## Development

Install the required libraries
```
npm i
```
And run the development script
```
npm run dev
```

This uses the `nodemon` command to run the application with hot reload when changes are made. To run the application without hot reload:
```
npm run start
```


## Deployment

<!-- to do -->

## Authors

Forked and tweaked by Karl from [Mumories](https://github.com/hackersanddesigners/mumories), which was co-authored by Karl, Artemis, Simon, Margarita, Sofia, Victor, Angelique as part of INC's Going Hybrid / Living Archives working group.

## License

This repository is published under the [CC4r*](LICENSE) license.