Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 741 Bytes

README.md

File metadata and controls

25 lines (22 loc) · 741 Bytes

Install backend

  1. Clone the repository
  2. Install the dependencies npm install
  3. Update the .env file with the correct values
  4. Start the server npm run dev
  5. Open http://localhost:3000 with your browser to see the result.
  6. Check the API documentation for more information about the endpoints.

Install frontend

  1. Change directory to the frontend folder cd ui
  2. Install the dependencies npm install
  3. Start the server npm run dev
  4. Open http://localhost:5173 with your browser to see the result.

Improvements

  • Add API testing
  • Add frontend testing
  • Add CI/CD github actions
  • Add docker support