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

https://github.com/codefta/mern-forum

#MERN-project-2
https://github.com/codefta/mern-forum

Last synced: over 1 year ago
JSON representation

#MERN-project-2

Awesome Lists containing this project

README

          

# Forum App
Forum App is simple app for practicing make a app with react with express (MERN Stack). I hope with this example app, all of you can rebuild app with your code style and don't _copy_ and _paste_.

### Core of the App
- Front End (HTML, CSS, React.js, React Bootstrap, React Redux, React Router)
- Backend (express.js)
- Database (MongoDB)

### How to use this application
Please follow these intructions for using this app.
1. Install the app both frontend and backend `npm run install:full`
2. For running backend only `npm run dev` or `npm start` on root of project
3. For running frontend only `npm start` on frontend folder
4. For running both `npm run dev:full` on root of project.

In this app, is not provided command for testing & production stage.

_Happy Codding!!!^-^ Fighting!!! Ganbatte!!!_