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
- Host: GitHub
- URL: https://github.com/codefta/mern-forum
- Owner: codefta
- Created: 2020-08-04T12:03:03.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T18:03:34.000Z (over 3 years ago)
- Last Synced: 2025-01-11T17:39:14.781Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 31.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
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!!!_