Eary-System
Tuesday 15 August 2023

Eary-Syetem GitHub

  • A project called Eary helps people check their hearing problems.
  • The backend should be in (node.js & Express.js) and the Frontend should be in React.js.

ERD

Usage

  1. download dependencies.
    1    npm install
    
  2. create file .env like .env_templete and write your information.
  3. make sure you have MySQL on your machine.
  4. open MySQL and create a new database called EARY_SYSTEM.
    1  CREATE DATABASE EARY_SYSTEM; 
    
  5. download Thunder Client extinction on VS Code.
  6. import thunder-collection_EARY-SYSTEM.json from Thunder Client folder.
  7. test all endpoints in collections.
  8. download front-end dependencies.
    1  cd client
    
    1  npm install
    
  9. Run back-end. open the terminal in a root project folder and write
    1  npm run dev
    
  10. Run front-end. open the terminal in a client folder and write
    1  npm run start
    

Show


projects

Backlinks

See Also