This section provides a high-level requirement & quick start guide for installing the application using Docker.
- Install
docker
anddocker-compose
git clone git@github.com:ahmadabdelhalim/chat-system-api.git
cd chat-system-api
- run
docker-compose up
- run spec
docker-compose exec web rspec
- That's it! Navigate to
http://localhost:3000/rails/info/routes
to find all the routes.