AliReza7222 / gym_site

A site for viewing gyms and registering in them

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gym_site

During a period of time, I was thinking that I could implement a site so that I could see the clubs in our city or other cities or I could register in the clubs, so I started to implement it.

This site has two types of users:

1_Master:

This user can create a gym and accept students for enrollment. and other options.

2_Student

This user can see gyms available and register in these gyms . and other options.

About site :

This project has two other programs (conversation and payment) for two users.

Every user must register to use the site's options, and after registration, she must complete her/his profile before using the options.

In the payment app, the student user can charge her/his account with a payment gateway simulator, and the teacher user can also transfer the money obtained from student registration.

In Converstion app, the teacher user can create a notification for the students of the desired club, that's the current use of this app.

for run project:

1_First, you must install the requirements.txt file with the following command:
  pip install -r requirements.txt
2_Another important point is that you have to configure the project yourself, I did not include them 
  for security reasons -> this file settings.py

About

A site for viewing gyms and registering in them


Languages

Language:Python 50.6%Language:HTML 30.5%Language:CSS 11.5%Language:JavaScript 7.3%