To run this project:
- Open two terminals.
- With the first terminal, cd to the api file. Then npm install, then npm run seed, then npm start.
- With the second terminal, cd to the client file, then npm install, then npm start.
Localhost 3000 should run the app...
This project uses React JS to create a client for an existing school database REST API. The full stack application will provide a way for users to administer a school database containing information about courses: users can interact with the database by retrieving a list of courses, viewing detail for a specific course, as well as creating, updating and deleting courses in the database.
This project incorporates: React, JSX, React Router, React Context API, and Create React App.