Skip to content

QIANQIANHU/angular-club-manager

 
 

Repository files navigation

Club Manager

It's an application to track club members.

By Malgorzata Haniszewska

Description

This website manages the roster of a club. All data persisted in a connected database.

  • User can visit a page to see a list of all team or club members.
  • User can click a club member's entry in the list to visit their profile page, which include more details about them.
  • User has option to visit an "About" page that explains what the club is, and what they do.
  • Administrator can add new members to the club.
  • Administrator can edit member profiles.
  • Administrator has the option to delete a member.

Development server

  • Clone GitHub repository to your personal device using terminal command git clone https://github.com/yetka/angular-club-manager
  • go to root directory of this project
  • run npm install
  • run bower install
  • 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

Support and contact details

Contact email: gosia.haniszewska@gmail.com

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.

Technologies Used

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 73.5%
  • HTML 16.9%
  • JavaScript 7.4%
  • CSS 2.2%