Skip to content

A PERN (PostgreSQL, Express, React, Node) full stack example that allows users to share a simple message board.

Notifications You must be signed in to change notification settings

cmcki85/MsgCorp-Full-Stack-Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MsgCorp-Full-Stack-Example

A PERN (PostgreSQL, Express, React, Node) full stack example that allows users to share a simple message board. The front end of the application is powered using React JS, this allows for dynamic control over user input and the output of data from the backend. The backend of this application is comprised of a PostgreSQL database used to house submitted data (in this case users messages) and to open a "Registration" and "Login" endpoint for a REST-ish API. The REST-ish API is poered using express alogside nodeJS to create and manage custom middleware. The custom middleware provides customizable routes for the API endpoints.

This entire project is run on localhost, and for testing purpouses wipes all data from the database on start, however the database is seeded to provide examples.

About

A PERN (PostgreSQL, Express, React, Node) full stack example that allows users to share a simple message board.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published