CerGen is a web application which generates the certificates for the participants and send it to their corrosponding email. This application has the ability of generating the certificates for the participants who are participated in the event/contest. Also this application sends text message to the participants on their corrosponding phone number. This applicaion sends the certificate of participantion and certification of merit at the same time.
git clone [email protected]:SiddhantTotade/cergen.git
code .
venv
The below command create a virtual environment in a specific directory
python -m venv <name_of_venv>
The below command create a virtual envvironment in the current directory
python -m venv .
venv
, Activate it. Go to the directory in which the venv
exists and type commandsource bin/activate
deactivate
requirements.txt
check if there is something exists or not. If the command shows nothing then nothing is installed yet pip freeze
venv
, install the requirements.txt
.pip install -r requirements.txt
venv
, run the command for creating migrationspython manage.py makemigrations
python manage.py migrate
app
cd app
python manage.py runserver
cd cert_gen_sen_app_frontend
npm install
npm start
https://tailwindcss.com/docs/guides/create-react-app
app password
of gmail while sending certificates.