This project was built using the MERN stack(Mongodb, Express, React, and Node). It is a CRUD application for maintaining Bulletin Board Posts.
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 installnpm start- this will start react-app and is available on localhost:3000
- on localhost:3000, you should see an empty table
- click the + in the top right corner to start adding bulletin board posts