Skip to content

wryhook/planet

 
 

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"

About

An interview scheduling app built for small organizations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.8%
  • HTML 1.1%
  • CSS 1.1%