Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 830 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 830 Bytes

Running Store App

To install all the dependencies please do

npm install

To start the backed, use

npm start

It will start in the port 3000.

Start the front end as you would start any react app. It is located in the client.

cd client

npm start

Now, this may ask you that port 3000 is taken so can we run in 3001. Please say yes.

Run the app in the development mode.
Open http://localhost:3001 to view it in your browser.

Credentials

login: admin password: p

Very secure.

Sort the grid

Click on the header of any cell in the Students grid. You'll be able to sort and filter

Swagger API

You can find swagger API in http://localhost:3000/api and you may do CRUD operations there. Port will be the backend port you launched in step 1. Not client port.