Enables users sign up to become members to post messages or join a club
Features
To solidify concepts of Authentication
in NodeJS.
Developers, users, and non-developers.
Note
Users can install all dependencies using package.json
file via:
npm install
To use manageDeployments.sh
:
sudo apt install gh
gh auth login
sudo apt-get install jq
chmod +x manageDeployments.sh
./manageDeployments.sh
Invert
File | Description |
---|---|
app.js |
The main JavaScript entry point that bundling begins. |
controllers/* |
Functions that handle routes. |
views/* |
EJS (Embedded JavaScript) files. |
db/* |
Database files. |
public/* |
Contains favicon and stylesheet that should be public for deployment service - Railway. |
package* |
Contains details of project and dependencies versions. |
readme-assets/* |
Live demo and different screen views used in README.md . |
Invert
File | Description |
---|
Invert
- Make logIn and SignUp page more presentable