Skip to content

An interview scheduling app built for small organizations.

Notifications You must be signed in to change notification settings

Hired-UBC/hired

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IGEN Hired!

To get started

Once you've cloned the folder,

  1. Hit npm i to install the repo's dependencies
  2. Go to the backend folder to learn how to set up the backend. Come back here when you're done.
  3. Once that's done, run npm run dev in your terminal. This should get the server and the client running.
  • The server lives at localhost:5000
  • The client lives at localhost:3000

If you're confused about anything, go to TUTORIAL.md

Making a pull request

  1. git checkout -b <your branch name
  • i.e git checkout -b jenny/user-authentication
  1. Stage, commit, and push your code
  2. On Github's website, find your branch and click "Make pull request"