Skip to content

jatinkatyal13/certificate-generator-server

 
 

Repository files navigation

Certificate Generator Server

Codacy Badge Build Status

An automatic certificate generator for events according to multiple input files like csv, xlsx, numbers and shoots emails with generated certificates.

Setting up environment

  • Install pipenv
pip install pipenv
  • Create a pipenv
pipenv shell

As soon as the shell is ready,

  • Run the following command to install the dependencies
pipenv install

The above command will install all of the dependencies.

  • Set up environmental variables using:
cp .env.sample .env

Now edit .env and fill the generated .env file with your credentials to run it locally.

Running

python manage.py migrate
python manage.py makemigrations api
python manage.py migrate
python manage.py runserver

To stop the server, press Ctrl + C and deactivate the virtual environment using deactivate command.

Post setup instructions

Instead of adding new dependencies to requirements.txt, simply run:

pipenv install <package-name>

to install it inside pipenv and add it to Pipfile.

To lock the dependencies for deployment, run:

pipenv lock

License

This project is currently licensed under the GNU General Public License v3. i.e. we guarantee end users the freedom to run, study, share, and modify the software.

To obtain the software under a different license, please contact JBossOutreach.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.5%
  • Shell 0.5%