/info-app

Primary LanguageTypeScript

#How to install and run app:

  1. Go to backend folder
  2. Run npm i command
  3. Run npm start command

As the result, backend will be running on : http://localhost:4000

  1. Go to frontend folder
  2. Run npm i command
  3. Run npm start command

As the result, frontend will be running on : http://localhost:3000

At first, you will see login page. You can enter any username and password into it for passing authentication.

Possible app improvements: