text-display/README.MD

22 lines
472 B
Text
Raw Permalink Normal View History

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