Skip to content

akramimtiaz/Full-Stack-App-with-React-and-REST-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

techdegree-project-10

This project uses React to create a client for the existing school database REST API (created in the previous project). The purpose of this full stack application is 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 provide users with the ability to create an account and sign in to make changes to the database. Lastly, this project covers the following topic areas: React, JSX, React Router, React Context API, and Create React App.

To use this project

  1. Install the dependencies within the api folder
cd api
npm install
  1. Install the dependencies within the client folder
cd client
npm install
  1. Start the server
cd api
npm start
  1. Start the client
cd client
npm start

The Server is running on PORT 8000, and the Client is running on PORT 3000

About

The tenth techdegree project - full stack app with react and a REST api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published