Skip to content

Initially a CLI based application. Models an appointments-manager for multiple professionals. For learning purposes, it is then transformed into a Ruby-On-Rails web-app.

Notifications You must be signed in to change notification settings

Intimaria/turnos-polycon

Repository files navigation

README

Ruby version

ruby 2.7.4p191

System dependencies

yarn 
npm 
rbenv
ruby 
bundler

Configuration

git clone https://github.com/Intimaria/turnos-polycon.git polycon
cd polycon
bundle intall
yarn install

Database creation

rake db:migrate

Database initialization

rake db:seed

Run

rails s

visit localhost:3000 in your browser

login with

user: [email protected] 
password: 123456

TODO:

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

About

Initially a CLI based application. Models an appointments-manager for multiple professionals. For learning purposes, it is then transformed into a Ruby-On-Rails web-app.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published