Skip to content

kevinreber/react-jobly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dream Jobs logo

Netlify Status

Looking for a new career? Checkout exciting new career opportunities on Dream Jobs!

Project Setup

Clone directory:

cd [workspace folder]
git clone https://github.com/kevinreber/react-jobly

Front End

Download dependencies

cd frontend
npm install

Start Server

npm start

Open http://localhost:3000 to view project in the browser.


Back End

Download dependencies

cd backend
npm install

Setup database and populate

createdb jobly
psql jobly < data.sql

Start Server

nodemon server.js

Open http://localhost:3001 to view project in the browser.


Built With


Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published