is a Sinatra application using MVC structure. The application used database sqlite3 to store users information and todos list. ActiveRecord has been used to set the associations relationship
The application is designed to let the user to :
- Create a new account and sign-in
- Edit his profile page by updating his personal info name & email
- Create a new todo, show todo list, update and delete todos
- fork and clone this repo.
- cd the directory from the terminal
- in the terminal run
bundle installto install all required gems - run
shotgunto open the app - open the local host in your web browser
- start by hitting sign-up button
Note You have to enter a proper email to be allowed to signup to the application.