Loading repository data…
Loading repository data…
agchavez / repository
Repositorio del backend para la plataforma delivery
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Create a .env file in the root directory with the following content:
DB_HOST=
DB_USER=
DB_PASSWORD=
DB_NAME=
DB_PORT=
Execute the following commands:
Create database by docker-compose
docker-compose up -dInstall packages
npm installRun server
npm run start:dev