A new way for both job seekers and employers to find each other. Sign up as either a job seeker looking for their next job, or as an employer looking for their next hire!
- https://match-me-rmit.herokuapp.com/
- Deploys automatically from master.
- https://dev-match-me-rmit.herokuapp.com/
- Deploys automatically from dev.
- I recommend using VSCode editor. Can download it at https://code.visualstudio.com/Download
- Install nodejs. You can download it here. https://nodejs.org/en/download/
- In the root directory of this repo run the command
npm install
- After install finishes running, in the root directory run command
npm start
to start the app. - Open http://localhost:3000 to see the app.
npx apollo service:push --endpoint=http://dev-match-me-backend-rmit.herokuapp.com/graphql
- Generated with create-react-app - https://facebook.github.io/create-react-app/docs/getting-started
- React - https://reactjs.org/
- React dom router - https://reacttraining.com/react-router/web/guides/quick-start
- notistac - https://github.com/iamhosseindhv/notistack
- Apollo Client (for graphql) - https://www.apollographql.com/docs/react/
This project was bootstrapped with Create React App.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!