Make sure to install the dependencies:
# npm
npm install
- Create a
.env
file on the root of the project based on.env.example
- Create an app database based on
.env
DATABASE_NAME value. - Start the development server running
$ npm run dev
to synchronize database tables - Execute the queries provided in queries folder to create an example user and the records operations
Start the development server on http://localhost:3001
npm run dev
Port can be configured in .env file
Build the application for production:
npm run build
Locally preview production build:
npm run preview
Swagger documentation is in docs/api_services_v1.yml