Skip to content

Latest commit

 

History

History
executable file
·
34 lines (23 loc) · 678 Bytes

README.md

File metadata and controls

executable file
·
34 lines (23 loc) · 678 Bytes

Features

  • University List
  • Save favorite university
  • Login / Register User
  • Newsletter
  • Encrypted password
  • Infinite load on University List

How To

Install module package and json server and make sure user.json is in root folder with

yarn install    
yarn global add json-server

Copy .env.example to .env and update REACT_APP_API_ROOT and REACT_APP_KEY value

API Endpoint

Login and Register

/search?name=Middle

Favorites

/favorites

Newsletters

/newsletters

Additional Notes