Skip to content

ragavhari91/pebinect-jobs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#pebinect-jobs Job portal site

##Note This project is very much still a work in progress.

##Installation ###Install angular-cli

npm install -g angular-cli

###Install angular-2 dependencies

cd pebinect-jobs/client
npm install

###Install Laravel dependencies

cd pebinect-jobs/api
composer install

###Running client on localhost Open windows command prompt as Admin

cd pebinect-jobs/client
ng serve

Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

###Running server on localhost Modify the port number based on the config

cd pebinect-jobs/api
php artisan serve --port=9000

About

job portal site

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published