Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 792 Bytes

File metadata and controls

26 lines (17 loc) · 792 Bytes

Bulletin Posts Project

This project was built using the MERN stack(Mongodb, Express, React, and Node). It is a CRUD application for maintaining Bulletin Board Posts.

Installation

Server Installation

  • go to server folder
  • npm install
  • in server/config.js are the configurations for the database. This requires a mongodb to use this project. Make sure configurations in this file match database.
  • npm start
  • this will start server and apis will be available on localhost:4000

Client Installation

  • (in a new terminal) go to client folder
  • npm install
  • npm start
  • this will start react-app and is available on localhost:3000

Usage

  • on localhost:3000, you should see an empty table
  • click the + in the top right corner to start adding bulletin board posts