Skip to content

christine927t/rest-api-react-express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REST API with React with Basic Authentication

Thanks for taking a look at my app!

This React app is a list of courses for a school directory. Once a user has created a new account, (or an existing account is signed in) they can add a new course to the course list, update and delete their own courses. It uses Basic Authentication to authenticate the user and determine which routes a user can and cannot see. It also provides error handling for those unexpected situations that do arise ;) Enjoy!

To get started, please do the following in your terminal... Navigate to the main folder and run:

npm install
npm run seed
npm start

The app should load in your browser automatically but if not, then navigate to http://localhost:3000/ to start interacting with it!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published