SanSjo / messenger-board

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Message board

This is a message board where the client can create a message and see all the messages available, and also edit and delete a message.

The app is build in React Redux with a mock-api in Express with MongoDB and mongoose.

Technologies

  • React
  • Redux
  • Express
  • Mongoose

Getting started

Install required dependencies for frontend

Install dependencies and UI with

  • npm install

  • npm install react-redux @reduxjs/toolkit

  • npm install @material-ui/core

  • npm install reactstrap

Start the project with npm start. Open http://localhost:3000 to view it in the browser.

Install dependencies for backend

Split the terminal and enter cd backend

Install dependencies with

  • npm install
  • npm install mongoose
  • npm install cors.

Start the server by running npm start

Deployment

https://susanna-message-board.netlify.app/

About


Languages

Language:JavaScript 77.5%Language:CSS 14.4%Language:HTML 8.1%