Coder Social home page Coder Social logo

arjunsureshkumar92 / cyoq-createyourownqueue Goto Github PK

View Code? Open in Web Editor NEW
2.0 4.0 0.0 14.98 MB

General Purpose Queue System which also includes notification capabilities and intelligent scheduling

JavaScript 99.40% TypeScript 0.45% HTML 0.15% CSS 0.01%

cyoq-createyourownqueue's Introduction

CYOQ-CREATE YOUR OWN QUEUE

General Purpose Queue System which also includes notification capabilities and intelligent scheduling.

Set up environment

Step 1: Install git at https://git-scm.com/downloads

Step 2: Install node js at https://nodejs.org/en/

Step 3: Install Mongo DB at https://www.mongodb.com/download-center

Step 4: At the Github repo, click Clone or download

Step 5: Copy the link provided.

Step 6: On the command line, enter:

git clone <link>

Step 7: Navigate into the new folder created:

cd CYOQ-CreateYourOwnQueue

Step 8: Get all the dependencies:

npm install

Step 9: The final release is in the v1.0 branch

git checkout v1.0

Make changes

Make any changes on the dev branch. Changes will be merged into the master branch upon each release. To switch to the dev branch, on your command line enter:

git checkout dev

After you are done your changes, mark all the changed files to be ready for sharing online:

git add .

Add a message explaining what changes you've made:

git commit -m "<explanation>"

Then share your changes (push it to the remote source):

git push

Run application

Step 1: Run the server. On the command line:

npm start

Step 2: Go to the site at localhost:4200 on your browser.

Step 3: Stop application in the command line by pressing Ctrl+C

cyoq-createyourownqueue's People

Contributors

leicasimile avatar rjlucky247s avatar devgitk avatar teban004 avatar arjunsureshkumar92 avatar

Stargazers

 avatar Hao Lac avatar

Watchers

James Cloos avatar  avatar  avatar  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.