This application is an online catalog that brings all escape room fanatics of all levels together. As a potential participant, you can browse through the catalog to look for new and interesting rooms to play! The catalog is put together by the vendors that sign up via the application and post their listing on the general catalog.
📚 Stack: PostgreSQL, Express, React, Node.js
📝 Designs: DBDesigner
🖼️ Frameworks: React, Bootstrap, Material UI
🔒 Authenticator: argon2, JSON Web Tokens, jwt-decode
You may clone this repo with the following steps:
- Go to
https://github.com/MattChau01/escape-room
. - Click on
code
. - Click on
SSH
(If you are using the latest Windows update, you may need to useHTTPS
instead). - Click on the clipboard to copy the URL.
- Go to VS Code and clone the repository.
- Use
npm i
ornpm install
to install all dependencies.