An open API service indexing awesome lists of open source software.

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.

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.