Logs
A journal app for yourself
Deploy
- Fork with Replit
- Create a new env variable called "EXEC" with the key as 'db = Database("node_modules/logs.json")'
- Create a new env variable called "ADMIN" with the key as your admin password
- Run in shell
mkdir node_modules
- Create a
logs.json
file - Move it to
node_modules
usingmv logs.json node_modules
- Run
To log on as an admin, use the route /admin/<your password here>
, non-admins can't make posts