Skip to content

NicoCodesCode/members-only

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
  1. Install dependencies:
npm install
  1. Start the application:
npm run dev
  1. Open your browser and visit:
http://localhost:3000
  1. 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.

Releases

No releases published

Packages

No packages published