Inlaze

This project was generated with Angular CLI version 17.1.0.

Development server

Backend

Run cd server Add a file named .env with the following entries:

  • TOKEN_SECRET=your_secret_token
  • DB_HOST=your_db_host
  • DB_USER=your_db_user
  • DB_PASSWORD=your_db_pwd
  • DB_DATABASE=your_db_database Run node server.js to start up the backend server.

Frontent

Run ng serve or npm run start for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.