Skip to content

This is a full stack application utilizing React, Redux, Express, Node, and typescript.

Notifications You must be signed in to change notification settings

kgallagher52/MERN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MERN

This is a full stack application utilizing React, Redux, Express, Node, and typescript.

Resources

Tutorial first part Tutorial second part HTTP Status Codes SVG Background

BackEnd

Using MongoDB atlas

Packages

1. express - used for our server
2. nodemon - Allows us to make changes without restarting our server
3. cors - Cross Origin Resource Sharing
4. mongoose - Used for our object data modeling
5. dotenv - allows us to use .env file to hide our secrets 

API

Name Method Path
List GET /posts
Retrieve GET /posts/id
Update Patch /posts/id
Update Patch /posts/id/likePost
Create POST /posts
Delete DELETE /posts/id
-------------: :-------------: -----------------:

About

This is a full stack application utilizing React, Redux, Express, Node, and typescript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published