Giter Site home page Giter Site logo

regics-server's Introduction


icon

regics

An ICS Registration System

Server

CMSC 128 AY 2017-2018 2ND SEMESTER

  1. Check if you already have github on your desktop.
git --version
  1. If not, install github on your desktop. For linux users here's how:
sudo apt-get update
sudo apt-get install build-essential libssl-dev libcurl4-gnutls-dev libexpat1-dev gettext unzip

Now you have to set-up git first by entering your credentials at Github

git config --global user.name "Your Name"
git config --global user.email "[email protected]"
  1. Yay, so you have github now. You can now download a local copy of our repository. Go to your favorite place (I recommend use /desktop) first then:
https://github.com/DavidBenavidez/regics-server

Running the server

  1. Create the database using yarn.
yarn seed

then you will be prompted to enter your password.

  1. Populate the database with initial data.
yarn populate
  1. Install the dependencies
yarn install

again, you will be prompted to enter your password.

  1. Run the server
yarn start

Conventions

  1. Now each time you create your module, you create a new branch. Do NOT ever push something to master. ALWAYS create a new branch and then do your magic there To create a new branch:
git checkout -b [name_of_your_new_branch]
  1. When you feel like you've done something~ then that can be a COMMIT already. Here's an example of a commit.
git add .
git commit -m "Fixed bugs at Profile Page"
  1. You can make as many commits as possible. You should push your commits to your branch if you wish to save it.
git push origin [name_of_your_created_branch]
  1. Now if you feel that you're done for your module, then you can now send it for merging! Create a pull request from your branch.

regics-server's People

Contributors

davidbenavidez avatar keithliam avatar kjdellosa avatar jcpagsinohin avatar aaporca avatar abcustodio1 avatar kateanne419 avatar atmatawaran avatar patriciadenise99 avatar stephlegaspi avatar

Watchers

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