Skip to content

nineteenseventy/shootingclub

Repository files navigation

MIT License


Logo

shootingclub

member administration for a shooting club (school project)
View Live Demo »

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

This is a school project.

(back to top)

Built With

  • Typescript
  • Angular
  • Nest
  • SCSS
  • Turborepo

(back to top)

Getting Started

You can skip this section and simply use the live demo. If you insist on running the project locally, follow these simple steps.

Prerequisites

  • Node 20

Installation

  1. Clone the repo
    git clone https://github.com/n00bbs/shootingclub.git
    
  2. Install NPM packages
    npm ci
    
  3. Start the backend and frontend server
    npx turbo run start --scope api
    
    npx turbo run start --scope web
    
  4. Open this link in your browser
     http://localhost:4200
    

(back to top)

License

Distributed under the GPLv3 License. See LICENSE for more information.

(back to top)

Acknowledgments

(back to top)