Examination result generation portal for universities.
The general portal for publishing exam results at universities. Students can get their exam results without any other medium like Email, Messaging etc. There are two modes of users,
- Students.
- Administrator i.e COE.
- Frontend - HTML, CSS, JavaScript, ReactJS.
- Backend - Python Flask.
- Database - SQlite.
- By building this application we can able to get a clear understanding about frontend and backend works and the server logics.
- get clear understanding about database connectivity and routing.
- Get clear understanding about REST API.
- Fork this repository.
- Create a issues then start to make any pull request for that issue.
- Be sure to give a good crisp commit message.
- Use only the above mentioned tech stacks.
- Work with correct directory.
- Take a look at the existing Issues or create a new issue!
- Fork the Repo, create a branch for any issue that you are working on and commit your work.
- Create a Pull Request (PR), which will be promptly reviewed and given suggestions for improvements by the community.
- Add screenshots or screen captures to your Pull Request to help us understand the effects of the changes that are included in your commits.
1. Start by making a fork the ExamResultGenerator 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>/FoodSaver20008
3. Set upstream command:
git remote add upstream https://github.com/mohit200008/FoodSaver20008.git
4. Navigate to the new project directory:
cd ExamResultGenerator
5. Create a new branch:
git checkout -b YourBranchName
6. Sync your fork or local repository with the origin repository:
- In your forked repository click on "Fetch upstream"
- Click "Fetch and merge".
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! 🙌🏼
- DevIncept Summer of Code 21 ❤
- Script Winter of Code 21 ❤