We encourage you to participate in this open source project. We love Pull Requests, Bug Reports, ideas, (security) code reviews or any other kind of positive contribution.
Before you attempt to make a contribution please read the Community Participation Guidelines.
-
Guide to Contributing code (New contributors read the community guidelines and start here!)
-
or file a issue
-
Haven't joined our discord server? join here to keep up to date.
Beginners! - Watch out for Issues with the "Good First Issue" label. These are easy bugs that have been left for first timers to have a go, get involved and make a positive contribution to the project!
- Languages
- Python
- Frameworks
- django
- Graphene
- Database
- MongoDB
- Clone or Download the repository:
git clone https://github.com/EnigmaVSSUT/EnigmaCMS-Backend
- Inside the
Enigma_CMS_backend/project
start the server by entering into the terminal$ python manage.py runserver
Always make sure you have python 3 and are using virtualenv to install and manage your packages
First get into Enigma_CMS_backend/project
an then follow the steps given below
pip3 install virtualenv
-> Install the virtualenv libraryvirtualenv .venv
-> Create a virtual environmentsource .venv/bin/activate
-> Get inside the virtual environmentpip install --upgrade pip
-> get upgraded to pip3pip install -r requirements.txt
-> Thereafter install all the packages as per the reqirements.txt