Giter Site home page Giter Site logo

codedaily-v2's Introduction

codedaily-v2

Getting started

Step 1: Clone the source code

Clone the source code from Github to your local machine, for example: ~/Code/codedaily-v2

Step 2: Run bundle install command

Run the following command to setting up the project dependencies

bundle install

Step 3: Setting up database

You must have mysql installed on your local machine.

If your mysql server does not have codedaily_v2 database yet, run the following command to login as root:

$ mysql -u root -p

Then run this query to create the database:

CREATE DATABASE codedaily_v2

Step 4: Run the web server

When everything is ok, run the following command to start server:

rails s

Happy coding ^^

codedaily-v2's People

Contributors

huytd avatar

Stargazers

 avatar

Watchers

 avatar  avatar James Cloos avatar  avatar  avatar

Forkers

huyqta

codedaily-v2's Issues

User system: become an Instructor

As a registered user
I want to have a promote process
So I can upgrade my account from Student to Instructor (or Teacher, or... whatever)

  • The Instructor is also able to apply for a courses like Student account
  • After become an Instructor, a new section in User Dashboard (#link_to_another_story) will be enabled to create/design a new course.

User system: register for an account

As a guest
I want to have a register flow
So I can create my account to start using the system

  • Keep the register form simple, may be we should only have Email, Username and Password, that's all.
  • The created account should be set as Student account
  • Registered user should be able to login via email/username and password
  • User have a choice to become a Instructor (or Teacher) after successfully registered - (#3)
  • Guestshould be able to see the course paths, course overview when they're not logged in.

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.