Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.1 KB

README.md

File metadata and controls

38 lines (27 loc) · 1.1 KB

USER ADMIN

This application covers the CRUD operation for User module and the preferences associated. All the EndPoints are following Restful API standard: You can find insomnia folder with all the request examples in ./documentation/Insomnia_UserAdmin.json

This app has a test coverage of 99.37%

How To Run

Docker ready to run

In order to run this application you must have installed Docker and Docker-compose Then you must run the following commands:

docker-compose build
docker-compose up -d
docker-compose run web rake db:create
docker-compose run web rake db:migrate

Run in development environment

In order to run this app in development environment you must install:

An then, you must configure the file ./config/database.yml with the postgresql user and run the following commands:

bundle install
rake db:create
rake db:migrate
rails server

Author

Andrea Fuentes