test_project

Run Locally

  1. Clone repo
  2. Run Backend
  • $ npm install
  • $ npm start
  1. Run Frontend open new terminal
  • $ cd client
  • $ npm install
  • $ npm start