diff --git a/backend/README.md b/backend/README.md index 8da7dce6c71bba086e53acbd012dacc8a8267a5f..fc1cf5f2088def132b914d44be0b1c05e81de553 100644 --- a/backend/README.md +++ b/backend/README.md @@ -13,6 +13,7 @@ npm start 6. Good luck have fun! ## File Structure +``` src +-- config | +-- config.js (Secret key & expiration JWT. Add Role string here when adding new role.) @@ -30,4 +31,5 @@ src | +-- verifyJwtToken.js (Middleware functions involving JWT token should go here) | +-- verifySignUp.js (Middleware functions involving Sign Up) +-- app.js -.env.example (Example of .env file. Please copy this to .env and set it to your env) \ No newline at end of file +.env.example (Example of .env file. Please copy this to .env and set it to your env) +``` \ No newline at end of file