Skip to content

dukesun99/CVWO-todomanager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8fd1947 · Jan 26, 2018

History

54 Commits
Jan 24, 2018
Jan 26, 2018
May 17, 2016
Jan 25, 2018
Jan 25, 2018
May 17, 2016
May 17, 2016
May 17, 2016
Jan 25, 2018
May 17, 2016
May 17, 2016
May 17, 2016
Jan 22, 2018
Jan 22, 2018
May 17, 2016
Jan 26, 2018
May 31, 2016
Jan 26, 2018
May 17, 2016
May 17, 2016
Jan 25, 2018
Jan 24, 2018

Repository files navigation

CVWO assignment - Todo manager

This is the todo manager designed for cvwo assignment.
Auther: Sun Yiqun
Matric card No.:A0177390X
This website is deployed on heroku at: https://obscure-retreat-16228.herokuapp.com/

License

MIT license applied. See LICENSE.md for details.

Run this project on your computer

Important notes

This project is using rails 5.1.2, please check you have the lastest rails version(5.1.2 or higher).
Puma server setting suitable for both windows and mac OS. However testing is all done on windows. If you find any problems when running this project on your local device, please raise a issue and I will try to look into it.

Instructions

Firstly, clone this repo to your workspace and install gems (with bundle install).

$ git clone https://github.com/dukesun99/CVWO-todomanager
$ cd CVWO-todomanager
$ bundle install --without production

Then, run migrations.

$ rails db:migrate

Finally, run rails server.

$ rails server