Skip to content

AFU92/api_scienti

Repository files navigation

SCIENTI API

This application implements the regions filters to the researches data in Colombia 2019. You can find insomnia folder with all the request examples in ./documentation/Insomnia_scienti_api.json

Database model

model

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages