Giter Site home page Giter Site logo

jobino's Introduction

jobINO

This website is made using MERN-stack connects recruiters and jobseekers. Jobseekers can make profiles and employers can post jobs, look for job seekers based on their experience, education, skills, and location.

Color Pallet

I've used colorhunt , color-hex and this color pallet
  • #120078 #120078

  • #9d0191 #9d0191

  • #fd3a69 #fd3a69

  • #fecd1a #fecd1a


home-page

Steps to run


you should have node and npm installed.
1.to install dependencies and dev-dependencies on server type "npm install" in your terminal
2.to install client type "npm run frontend-install" in your terminal
3.make a .env file with PORT, MONGO_URI, SECRET_KEY
4.to run both server and client type "npm run both" in your terminal

Scripts

"frontend-install": "npm install --prefix frontend",
"start": "node server.js",
"server": "nodemon server.js",
"frontend": "npm start --prefix frontend",
"both": "concurrently \"npm run server\" \"npm run frontend\"",
"heroku-postbuild": "NPM_CONFIG_PRODUCTION=false npm install --prefix frontend && npm run build --prefix frontend"

Dependencies

express
mongoose
moment
body-parser
jsonwebtoken
passport
passport-jwt
jwt-decode
validator
concurrently
bcryptjs
classnames
react
react-dom
react-redux
react-router-dom
react-scripts
redux
redux-thunk
react-particles-js
react-moment

dev-Dependencies

nodemon

Image and icon Sources

unsplash
icons8

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.