https://github.com/alexvcasillas/react-forum-system
React Forum System
https://github.com/alexvcasillas/react-forum-system
apollo-boost cratebox express forum forums graphql mongodb mongoose react
Last synced: about 2 months ago
JSON representation
React Forum System
- Host: GitHub
- URL: https://github.com/alexvcasillas/react-forum-system
- Owner: alexvcasillas
- License: bsd-3-clause
- Created: 2018-10-17T10:43:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-26T15:11:17.000Z (almost 5 years ago)
- Last Synced: 2025-04-17T19:18:11.401Z (2 months ago)
- Topics: apollo-boost, cratebox, express, forum, forums, graphql, mongodb, mongoose, react
- Language: JavaScript
- Homepage: http://reactivecommunity.com
- Size: 4.17 MB
- Stars: 16
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
### React Forum System
React Forum System (RFS) aims to provide a simple, yet effective forum system with the latest cutting-edge techonologies out there in the market.
Check this project life at [http://reactivecommunity.com](http://reactivecommunity.com) and join the community now!
### What techonologies does RFS uses?
RFS uses the following technologies to provide the best development experience plus the best performance possible for the users:
Frontend
- React 16
- GraphQL
- Apollo Boost
- Cratebox & Cratebox React
- React Helmet
- And many more!Backend
- Node 10
- Express
- Express GraphQL
- MongoDB
- Mongoose
- And many more!It also makes use of `yarn workspaces` to provide a single monorepo where to keep all of the code in just one place.
### How to get started
To get started using RFS you need to:
1. Clone: `git clone https://github.com/alexvcasillas/react-forum-system.git`
2. Navigate to the project folder: `cd react-forum-system`
3. Install dependencies: `yarn install`
4. Run the backend: `yarn backend:dev`
5. Run the frontend: `yarn frontend:dev`
6. Navigate to `http://localhost:3000` and start developing! :)### How to build
We're currently working on this feature so please be patient.
### How to deploy
We're currently working on this feature so it will be available soon. Our service will be hosted at [Zeit](https://zeit.co) for free, or that's our intention at the moment.