https://github.com/decodez/whatsup-forum
A forum app created usign MERN Stack with authentication using Google, Facebook and Local passport strategies.
https://github.com/decodez/whatsup-forum
Last synced: 3 months ago
JSON representation
A forum app created usign MERN Stack with authentication using Google, Facebook and Local passport strategies.
- Host: GitHub
- URL: https://github.com/decodez/whatsup-forum
- Owner: decodez
- Created: 2020-01-21T08:15:20.000Z (over 6 years ago)
- Default Branch: develop
- Last Pushed: 2023-01-05T05:24:09.000Z (over 3 years ago)
- Last Synced: 2026-01-03T16:29:23.256Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.36 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Whatsup Forum
A forum app made using MERN stack.
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
### Prerequisites
_Node.JS and npm must be installed. Download and install them from [here](https://nodejs.org)._
_Nodemon installed globally from [here](https://github.com/remy/nodemon)._
### Installing
Follow these steps to run this project in your local computer.
clone the project from the following repo.
https://github.com/decodez/whatsup-forum.git
```
$ cd /PATH/TO/FOLDER/whatsup-forum
$ npm i
$ npm run client-install
```
Now, to run both the server and client on port `5000` and `3000` respectively, run:
```
$ npm run dev
```
To run only the server, run:
```
$ npm run server
```
To run only the client, run:
```
$ npm run client
```
## Built With
- [Node.JS](http://nodejs.org/) - Node.JS is used in the backend.
- [React.JS](https://reactjs.org/) -Frontend library used in the project.
- [Redux](https://redux.js.org/) - Used in addition to React.JS
- [Passport](https://http://passportjs.org/) - Used its Google OAuth, Facebook and Local Strategies
## Authors
- **Akhil Prasenan** - [decodez](https://github.com/decodez)
## License
This project is licensed under the MIT License.