Log_service/README.md

224 B

BACK-END

1. Copy .env.example -> .env

2. npm install

3. node ace migration:run

4. npm run dev

FRONT-END

1. cd manage-view

2. Copy .env.example -> .env

3. npm install

4. npm start