text displaying website with authentication in rust and javascript with Mongodb
Find a file
2022-02-23 11:37:32 +01:00
dist Init repo 2022-01-27 21:53:15 +01:00
src Add mongodb to dotenv 2022-02-23 11:34:30 +01:00
.env.example Add mongodb to dotenv 2022-02-23 11:34:30 +01:00
.gitignore use of dotenv to get url and port. 2022-02-23 11:31:46 +01:00
package.json use of dotenv to get url and port. 2022-02-23 11:31:46 +01:00
README.MD readme.md 2022-02-23 11:37:32 +01:00
tailwind.config.js Init repo 2022-01-27 21:53:15 +01:00

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