added admin routes

This commit is contained in:
2025-02-28 19:11:16 -05:00
parent 29ef485e29
commit da40f652a7
10 changed files with 152 additions and 82 deletions
+3
View File
@@ -42,6 +42,9 @@ Both servers are designed to be simple, efficient, and easy to deploy.
git clone https://github.com/your-username/forms-server.git
cd forms-server
```
1.1 ENV
- create an env file with `ADMIN_PASSWORD=your_password_here` in it
- put this in the base directory (i.e. on the same level as the Dockerfiles/Makefile)
2.0 Using the Makefile:
- ```bash