arpit456jain / CodingEasy

https://coding-easy.herokuapp.com/
MIT License
46 stars 86 forks source link
css django hacktoberfest html javascript python

CodingEasy

![Student-portal](https://socialify.git.ci/arpit456jain/CodingEasy/image?description=1&theme=Light) HacktoberFest'21
![Open Source Love](https://badges.frapsoft.com/os/v2/open-source.svg?v=103)   ![PRs Welcome](https://img.shields.io/badge/PRs-welcome-green.svg)   LOC   Stars Badge  Forks Badge   ![GitHub contributors](https://img.shields.io/github/contributors/arpit456jain/CodingEasy?color=blue)   ![GitHub last commit](https://img.shields.io/github/last-commit/arpit456jain/CodingEasy?color=red&style=plastic)   ![Repo. Size](https://img.shields.io/github/repo-size/arpit456jain/CodingEasy?color=white)            

📌 Opensource Programs

This project is a part of following Open Source Programs

Logo

✨ Motivation

This project is part of the GirlScript Summer of Code 2022 Open Source Program.

Frequently Asked Questions(FAQs) for GSSoC'22

This project is accepting contributions under GirlScript Summer of Code 2022 - three months long Open Source program conducted by GirlScript Foundation.

GSSoC


💻Table of Contents

How to Contribute?

How to make a Pull Request?

1. Start by making a fork the CodingEasy repository. Click on the symbol at the top right corner.

2. Clone your new fork of the repository:

git clone https://github.com/<your-github-username>/CodingEasy

3. Navigate to the new project directory:

cd CodingEasy

4. Set upstream command:

git remote add upstream https://github.com/arpit456jain/CodingEasy.git

5. Create a new branch:

git checkout -b YourBranchName

6. Sync your fork or local repository with the origin repository:

Alternatively, Git CLI way to Sync forked repository with origin repository:

git fetch upstream
git merge upstream/main

Github Docs for Syncing

7. Make your changes to the source code.

8. Stage your changes and commit:

git add .
git commit -m "<your_commit_message>"

9. Push your local commits to the remote repository:

git push origin YourBranchName

10. Create a Pull Request!

11. Congratulations! You've made your first contribution! 🙌🏼


Project Setup

virtualenv is a tool to create isolated Python environments. Since Python 3.3, a subset of it has been integrated into the standard library under the venv module. The venv module does not offer all features of this library, to name just a few more prominent:

1. Create a Virtual Environment

2. Activate the Virtual Environment

4. Make Migrations

  python manage.py makemigrations
  python manage.py migrate

5. Run Server

  python manage.py runserver

6. Create admin

  python manage.py createsuperuser

Congratulations! You've created your virtual environment.

Project Admin


Arpit Jain


Our valuable Contributors




Give it ⭐ if you like this project or you learn something from it!!

[![built with love](https://forthebadge.com/images/badges/built-with-love.svg)](https://github.com/arpit456jain/CodingEasy)