/webmarks

Simple app for keeping bookmarks

Primary LanguageHTML

Code Climate Issue Count Test Coverage Build Status

Keep all your bookmarks in a safe place

🚧 Development

Docker

Make sure you have the latest version of docker and docker-compose or at least:

Docker version 17.03.0-ce
docker-compose version 1.11.1

Then run

docker-compose up

Yes, it is that sipmple, just one command, and you application will be available at

http://localhost if you use Linux and

ip address of your docker-machine is you use Mac

To run tests please use this command:

docker-compose run app rails test

🚀🚀🚀

Local machine

If you don't want to install docker you still can run application by simply installing all requriments

ruby v.2.4
rails v.5.0.2
PostgreSQL v.9.6

Edit database.yml file and run

rails s