Skip to content

camclark85/Movies-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API Deployment

From '/CES/ces-api/' run the following:
composer update --no-scripts
npm install
php artisan serve --port=8000

DB is preseeded but if you wish to reseed it run:
php artisan db:seed

UI Deployment

API defaults to run at http://localhost:8000
If the port or hostname needs to be changed edit the config file at /CES/ces-ui/config.json

From '/CES/ces-ui/' run the following:
npm install
npm start

API Docs

CES API.postman_collection.json contains the API docs as well as use examples

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published