Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 554 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 554 Bytes

Semester project - application for text communication in IRC style (Slack)

Getting Started

  1. Clone this repository:
https://github.com/VPWA-project/build.git
  1. Configure ./backend/.env or rename ./backend/.env.example to ./backend/.env

  2. Build docker images:

docker-compose up
  1. Run migrations and seeders:
docker exec -ti vpwa_backend node ace migration:fresh
docker exec vpwa_backend node ace db:seed
  1. Open localhost