A platform to connect job seekers and job providers
-
Back-end : Node js, Express JS, Graphql, JWT, Docker(containerization)
-
Database : Mongo DB
-
Front-end : ReactJS, Bootstrap, SCSS
git clone https://github.com/SparshJain2000/Jobhub.gitDB_URI = 'Your mongo url'
secret = 'secret for jwt(tokens)'Build the client docker image
docker build -t "client" ./clientBuild the client docker image
docker build -t "server" .Build the container using docker compose
cat docker-compose.dev.yml > docker-compose.yml
docker-compose up --buildcat docker-compose.prd.yml > docker-compose.yml
docker-compose up --buildnpm install
npm install --devnpm run devServer is on http://localhost:3000 and frontend is on http://localhost:8080
Runs the app in the development mode.
Open http://localhost:8080 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
npm testLaunches the test runner in the interactive watch mode.
See the section about running tests for more information.
npm run buildBuilds 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!
🍴 Fork the repository
👯 Clone the forked repo
📝 Change it / add your code ,
✔️ Do a "pull request"
Give a 🌟 to this repo if it helped you a bit .
Connect with me