Coder Social home page Coder Social logo

dotnet-clubmanagementsystem's Introduction

Club Management System

Club Management System helps users manage martial art clubs. It tracks member activity, groups and payments. It has a notification service which send SMS messages to remind club members for expiring membership. It also provides some statistics.

CMS Preview

Built With

Features

  • Manage memberships
  • Member groups
  • Upload members CSV file
  • User Management Module
  • Role based Authorization
  • Localization
  • Mobile Responsiveness
  • Dark Theme
  • Other awesome features yet to be implemented

Installation

  1. Download and install the .NET Core SDK
  2. Download and install SQL Server

How to run locally

  1. Ensure the tool EF was already installed. You can find some help here

    dotnet tool update --global dotnet-ef
    
  2. Open a command prompt in the project folder and execute the following commands:

  • This command will create the initial migration.

    dotnet ef migrations add Initial --output-dir ./Data/Migrations
    
  • This command will update/create the database to the latest migration.

    dotnet ef database update 
    
  1. Run the application.
    dotnet run
    

License

You can check out the full license here

This project is licensed under the terms of the MIT license.

dotnet-clubmanagementsystem's People

Contributors

workamiracle avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.