Run npm run get_started
in the root directory to start the database, the backend services and the frontend app with one single command.
Alternatively, you can start these components each with their own command down below:
- Run
npm run serve_db
in/backend
to get the database running. - After that, run
npm run serve_backend
in/backend
to start backend services. - Finally, run
npm run dev
in/
to start the frontend app.
- The database is running at
http://localhost:8081