React based forum/dashboard with REST API in Node.js/Express.js
Project written purely to master React and Node.js. I've chosen forum formula because it requires good ux and secure backend to be viable and those are the things i wanted to work on.
It actually might take Heroku a while before it loads resources and launch as it dont keep apps at memory all the time.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
A step by step series of examples that tell you how to get a development env running
Clone repository to local machine
git clone https://github.com/MarcinCzajka/React-Forum.git
cd react-forum
Install both client and server dependencies
npm run i-all
Run app
npm start
Frontend:
* Fully responsive design
* Single-page design with React-Router to provide exact URL and browsing history
* Placeholders and loaders in places that might require longer loading
Backend:
* REST API
* MongoDB database
* Token based Authentication/Autorization
- create-react-app - The web framework used
- Semantic ui - UI framework
- express.js - Server framework
- MongoDB - Database provider
- mongoose - Used for object modelling for MongoDB
- axios - Used for HTTP requests
- Marcin Czajka - Github
This project is licensed under the MIT License https://github.com/github-changelog-generator/github-changelog-generator#readme