A Full Stack React App with Rest API to 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. In addition, the project will require users to create an account and sign in to make changes to the database.
- Open a separate terminal for the
api
and then theclient
folder. - In the
api
terminal, runnpm install
to install the necessary modules. - Now, run
npm start
in theapi
terminal. - In the client terminal, run
npm install
to install the necessary dependencies and modules. - After installation, run
npm start
. The app should open an instance on the web to view the project. - If a new instance did not open automatically, copy this
http://localhost:3000/
to view the project.
Styles update
- The font family was imported.
- Adjusted spacing around the button.
- Updated margin of the links and span on the header.
- Updated the font size of the h1, .grid-33, .grid-25, .grid-66 on small screen.