This project was bootstrapped with Create React App.
This is a fully functional forum website prototype. Its features include: Secure user authentication and accounts, post communities, community creation, post creation, updating and deletion, comment creation, updating and deletion.
This is meant to be run with the backend. The backend can be cloned from this repo: https://github.com/oeggy03/cvwo-backend
To set project up, please run on your local machine on port 3000:
Installs the necessary dependencies
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
- Creation of accounts, authentication with jwt tokens.
- Creation of communities.
- Creation, Updating, and deleting of Posts and Comments.