SavageDemo is a full-stack application that users can use to post messages onto a messageboard and interact with your community.
Savage Demo is a messageboard that users can use to post, upvote and downvote, and delete messages.
- Post messages
- Delete Messages
- Up/Downvote messages
- Clone the repository:
git clone https://github.com/yourusername/savage-demo.git- Navigate to the project directory:
cd savage-demo- Install Dependencies:
npm install- Start the server:
npm run dev- Open your browser and go to:
http://localhost:3000- Create messages to post to messageboard.
- View and up/downvote other messages.
- Delete messages.