Jobly is a job and company search platform that is built with: Javascript, Node.js, Express, React, PostgreSQL.
- Register
- Sign in/out
- Search for Companies
- Search for Jobs
This is the repo for the frontend parts of the Jobly project. Repo that contains the backend is found here: https://github.com/alicechang29/jobly
-
Go to jobly app
-
Login
- Username:
testuser
- Password:
password
- Username:
To run this app locally:
- Clone the repo
git clone git@github.com:alicechang29/jobly-react.git
- NPM Install and Run
npm install
npm run start