text displaying website with authentication in rust and javascript with Mongodb
dist | ||
script | ||
src | ||
.env.example | ||
.gitignore | ||
package.json | ||
README.MD | ||
tailwind.config.js |
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