Members Only is a web application that allows users to create an account, post, view, and edit messages on the page. Also they can solve JavaScript related problems, and gain higher status.
There are three types of users in Members Only:
- Viewers: Can view and create posts.
- Members: Can view, create and edit own posts.
- Admins: Can view, create, edit, delete and pin posts.
To run locally Members Only, follow these steps:
- Clone the repository
- Create a .env file in the root directory of the project
- Copy the variables in .env.dist and paste them into .env
- Fill in the values for the variables in .env
- Install the dependencies using
npm install
- Start the server using
npm start