Code Monkey home page Code Monkey logo

udo's Introduction

UDo logo

Create tasks for You to do

demo

About the project

This is a so called To Do List, created using Ruby on Rails (backend) + Vue (frontend) - the very productive modern stack with minimal boilerplate code and elegant conventions that allow implementation of business logic with a very few lines of code. The less code, the more readable it is, the easier it is to change and maintain it.

- SETUP

BACK

  • Ruby v2.6.3
    • If you have not installed Ruby on your machine, we recommend using RVM to install it.
  • Rails v5.2.6
  • psql (PostgreSQL) v9.3.5

To setup the API project, run the following commands:

$ cd back/
$ gem install bundle
$ bundle
$ touch config/database.yml

This last command will create a new file. Copy the content from the database-sample.yml file to the database.yml and then update with your postgresql username and password credentials.

After that, you are able to create the database and start the server:

$ rails db:create db:migrate
$ rails s

It should be running on http://localhost:3000

Also, it will be required to start redis server:

$ redis-server

FRONT

  • @vue/cli 4.5.10
  • npm 7.13.0

To setup the Front-end project, run the following commands:

$ cd front/
$ npm install
$ npm run serve

It should be running on http://localhost:8080

Major Features

Feature
Sign in
Sign up
Create Activity
Update Activity
Reorder Activity
Delete Activity
Visual Callbacks (success & errors)
Turn on/off Notifications

About the design

I came with the UDo (acronym to You Do) name while was thinking about a good to-do list name. Then, after searching for inspiration to create a logo, I found this and I was never able to thinking in something better else than this incredible design.

Rafa Dantas is the real deal!

udo's People

Contributors

diogobernardelli avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.