https://github.com/nicocodescode/members-only
A messages app with authentication made with Express.js
https://github.com/nicocodescode/members-only
Last synced: 9 months ago
JSON representation
A messages app with authentication made with Express.js
- Host: GitHub
- URL: https://github.com/nicocodescode/members-only
- Owner: NicoCodesCode
- License: mit
- Created: 2025-03-17T23:36:42.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-03-17T23:58:29.000Z (10 months ago)
- Last Synced: 2025-03-18T00:30:48.750Z (10 months ago)
- Language: JavaScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Members Only
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.
## Overview
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.
## Technologies Used
- **Node.js** - JavaScript runtime environment
- **Express.js** - Web application framework
- **EJS** - Embedded JavaScript templating
- **CSS** - Styling
- **JavaScript** - Functionality
- **PostgreSQL** - Database
- **Passport.js** - Authentication
## Installation
1. Clone this repository:
```
git clone https://github.com/NicoCodesCode/members-only.git
cd members-only
```
2. Install dependencies:
```
npm install
```
3. Start the application:
```
npm run dev
```
4. Open your browser and visit:
```
http://localhost:3000
```
5. Make sure to connect to your database.
## License
This project is licensed under the MIT License - see the LICENSE file for details.
## Contributing
Contributions are welcome! Please feel free to submit a Pull Request.