- ./config.json
{
"SQLDB": {
"host": "localhost",
"user": "user",
"password": "password",
"database": "database"
},
"JWT_SECRET": "secret",
"BCRYPT_ROUNDS": 10,
"files": {
"avatarDir": "files/avatars/"
}
}
- Swagger.js -> ProjectName and infos
# Contribute
## Commands:
- npm test -> runs mocha and eslint
# Credentials
## User
[email protected]
User123
## Admin
[email protected]
Admin123
# TODO
CSRF
ENV FRONTEND_URL: Default = http://localhost:80 Set the URL of your frontend -> Avoid CORS errors