Skip to content

DerekJLeggett/dorey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dorey

mvn test -DsuiteXmlFile=testsuite.xml mvn test -Dtest=DoreyTest mvn test -Dtest=PerformanceTest mvn -U clean install -Dmaven.test.skip=true mvn versions:use-latest-releases mysqldump -u root -p my_derek > my_derek.sql source my_derek.sql; https://covid19.who.int/WHO-COVID-19-global-data.csv https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions /etc/apache2/sites-enabled$ sudo certbot --apache --expand -d thedorey.com,www.thedorey.com

Stop and remove all docker containers and images List all containers (only IDs) docker ps -aq. Stop all running containers. docker stop $(docker ps -aq) Remove all containers. docker rm $(docker ps -aq) Remove all images. docker rmi $(docker images -q)

sudo docker-compose up --scale chrome=5 --scale firefox=5 --scale opera=5 -d

This project was generated with Angular CLI version 7.3.8.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

curl -X GET "https://developer.nps.gov/api/v1/parks?limit=500&fields=images&api_key=" -H "accept: application/json"

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published