A simple messages app with authentication functionality built with Express.js.
The website might take some time to load at first because it's using the free instance of Render, please be patient.
This app allows users to sign up, log in and create new messages that will be displayed on the home page. Only members can see the author and date of the messages. To become a member you must enter the secret passcode in the Join page.
- Node.js - JavaScript runtime environment
- Express.js - Web application framework
- EJS - Embedded JavaScript templating
- CSS - Styling
- JavaScript - Functionality
- PostgreSQL - Database
- Passport.js - Authentication
- Clone this repository:
git clone https://github.com/NicoCodesCode/members-only.git
cd members-only
- Install dependencies:
npm install
- Start the application:
npm run dev
- Open your browser and visit:
http://localhost:3000
- Make sure to connect to your database.
This project is licensed under the MIT License - see the LICENSE file for details.
Contributions are welcome! Please feel free to submit a Pull Request.