It provides basic user authentication, which allows them create own posts. Unregistered users can only see posts, but not create own.
Now it running on https://aperekhozhuk-forum-react.netlify.com/
Because of platform features I have some problems with routing (you can access only main page by direct link, passed in your browser's address line)
You can see it on https://github.com/aperekhozhuk/FlaskAPI
Now it's running on free Python hosting just for development and testing client-side
You can access it on https://aperekhozhuk.pythonanywhere.com
- git clone https://github.com/aperekhozhuk/React-Forum
- cd React-Forum/
- npm install
- npm start
- open 'http://localhost:3000/' (it runs on 3000 port by default)