Changed file structure to implement the frontend properly and created frontend template
This commit is contained in:
parent
feceab03b1
commit
32c0ffd715
41 changed files with 3784 additions and 0 deletions
19
backend/config/config.json
Normal file
19
backend/config/config.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"port": 8000,
|
||||
|
||||
"users": {
|
||||
"admin": {
|
||||
"username": "admin",
|
||||
"password": "admin"
|
||||
}
|
||||
},
|
||||
|
||||
"database": {
|
||||
"type": "sqlite"
|
||||
},
|
||||
|
||||
"auth": {
|
||||
"JWT_secret": "HGF7654EGBNKJNBJH6754356788GJHGY",
|
||||
"tokenExpiry": "1h"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue