An alternative to using When2Meet to schedule meetings and interviews
- Make sure you have yarn and Docker installed on your machine
- Clone the repo using
git clone https://github.com/daily-bruin/interview-scheduler - Use
cd interview-schedulerto enter your project directory - Install all necessary dependencies by using the command
yarn install yarn devwill start instances of the Express server and the React client- Run
docker-compose upto start the Postgres database - You can use
git checkout -bbranch to work on features using the `your-name/feature-you're-working-on' convention - Once you're satisifed with the feature you're working on, submit a pull request~