Giter Club home page Giter Club logo

node_tdea_course_first's Introduction

First Assignment

This is the first assignment of Node Fundamentals, a TDA virtual course.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

You need to have installed:

Installing

Installing this project:

Clone this project using this command on a terminal:

git clone <url>

Install all needed dependencies usign this command on a terminal:

cd <folder>
npm install

Running

Available Methods.

listCourses   List of courses
getCourse     Get course info usign course id
enrollCourse  Enroll student in a course
inscribir     Enroll student in a course

To list courses use:

node index listCourses
node index

To get one course use:

node index getCourse -i <courseId>
node index getCourse --course <courseId>

To enrollCourse use:

node index enrollCourse -i <courseId> -n <Student Name> -d <Student document number>
node index enrollCourse --id <courseId> --name <Student Name> --documentNumber <Student document number>

Examples

node index listCourses
node index getCourse -i 10001
node index enrollCourse -i 10001 -n 'Ricardo Mesa' -d 78903456

Built With

  • NPM - Package Manager

Authors

  • Ricardo Mesa - Initial work

Acknowledgments

  • Hat tip to anyone who's code was used.

node_tdea_course_first's People

Contributors

rmesaf 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.