Task - to build a fullstack (MERN) application which serves as an online MessageBoard. Features of this application include a full REST API, with user data stored in a MongoDB server. Frontend includes access to the Material UI library for an effective and compelling design.
This REST API does the following:
- allows users to view all posts in a chosen category
- allows users to view a single post
- allows users to register
- allows users to login
- allows users to create a new post
- allows users to delete their previous posts
