Skip to content

jaj232/bulletin-post-mern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors