text-display/README.MD
2022-02-23 11:37:32 +01:00

21 lines
472 B
Markdown

# Text-display :)
havn't throught of any better name sooo...
making it working :
- download nodejs
- download or setup on cloud a mongodb database
- add to mongodb an entry: (will be making a proper way to do it in the future maybe not so sure)
```
{
"_id": {
"$oid": "id generated uhm google it"
},
"name": "Username",
"pass": "Password",
"text": "text"
}
```
- `cp .env.example .env` and change the values like you need.
- `npm i`
- `npm start`