Job board to find the right job from the company you want & apply to it.
-
Create an account, edit your profile
-
View companies that have jobs available for hire
-
View jobs that are available to apply to
-
Find jobs by specific companies, & even search by company name
-
React (JavaScript)
-
React Router
-
Material UI
-
-
SASS
-
Axios
-
Node.js / Express.js
-
Jest
-
React Testing Library
-
Supertest
-
-
PostgreSQL
-
JSON Web Token
-
Clone this repository
git clone <link> <location>
Built with Create React App.
-
Install the NPM dependencies.
npm i
-
Use the NPM scripts
-
Running in development mode
npm run start
-
Create production build
npm run build
-
Optional environment variable setup
REACT_APP_BASE_URL
the base API URL, defaults to http://localhost:3001
-
Install the NPM dependencies.
npm i
-
Setup the PostgreSQL database with the
jobly.sql
filepsql < jobly.sql
-
Use the NPM scripts
-
Running in development mode
npm run dev
-
Running production mode
npm run start
-
Running the code tests
npm run test
-