Thapar Application VEXIO ๐
The Plan is to build an amazing application for Thapar Campus People from all walks of life !
The Aim of the project is to create something of value for people in Thapar Campus. It is our current belief that the information disposal and spread isn't upto mark and there is ample opportunity for growth and making better systems for everyone's daily use. Our goals is to make this application system that is of daily tool which people look up to.
- A Scalable, Polished, Maintainable Backend Design created for growth and upgrades.
- Create Endpoints for
Every Developer in Campus
- Build Secure Solutions and Applications for Thaparites with Clients in Web and Mobile (Current Plan)
- We would be more than elated to have PR from anyone, also outside community to grow the project.
- If any bug fixes are are required and feature needs building please raise Issues and our team would respond quickly
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
We follow a systematic Git Workflow -
- Create a fork of this repo.
- Clone your fork of your repo on your pc.
- Add Upstream to your clone
- Every change that you do, it has to be on a branch. Commits on master would directly be closed.
- Make sure that before you create a new branch for new changes,syncing with upstream is neccesary.
Make sure that you install pre-commit hooks before you make any contributions so that your code is refactored according to standards.
To do that run the following inside the project repo -
pre-commit install
-
Fork the repo and clone it.
-
Go in the repo and setup virtualenvironment using
python -m virtualenv venv
-
Then activate the environment using
On Windowssource venv/Scripts/activate
On MacOS/Linuxsource venv/bin/activate
-
Change into the
./hashx
directory.All the following steps are to be executed in the hashx directory.
-
Install requirements
pip install -r requirements.txt
-
Copy the contents of
.env.debug
and paste it into a new file named as.env
. Note: this file should be present in thehashx/
directory. -
set secret key for your django project.
-
You can use [https://djecrety.ir/] to generate your secret key
-
After the above setup, run
python manage.py makemigrations
python manage.py migrate
-
Start the backend server
python manage.py runserver
Runs the backend server at default port8000
.
Open http://localhost:8000 to view it in the browser.
The page will reload if you make edits.
- Navigate to
hashx_frontend
- Run
npm ci
to install all the dependencies - Start react dev server
npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
- If you are adding any new requirements for the project, make sure that you are adding it to
requirements.txt
- Use only
npm install package_name
to add new packages to the frontend part.
- Django 3.0 - The web framework used in the project.
- Django Graphene ( Django Graphene ) - Used to generate GraphQL API
- Django Rest Framework - Does the magic of making REST API endpoints
- React - Do you Even Need an introduction to this ? ๐
- Apollo - Apollo Client is used to integrate GraphQL in React
- Material-UI - UI Framework used in the project.
- React Native- Better to write one codebase instead of two ๐
We use SemVer for versioning.
- Shreshth Arora - Initial idea - AroraShreshth
- Ramyak Mehra - Backend Django and API - ramyak-mehra
- Sanchit Jain - Backend Django and API - sanchjain
- Aniket Biswas - React Web Application - aniketbiswas21
- Rishabh Malhotra - React Web Application - Rishabh-malhotraa
- Abhishek Sheoran - UI/UX Designer -
- Rishabh Malhotra - React Web Applications - rishabh-malhotraa
- Sanchit Nanda - UI/UX Designer - sanchitnanda
See also the list of contributors who participated in this project.
This project is licensed under the GNU-GENERAL-PUBLIC-LICENSE - see the LICENSE.md file for details
- DSC Team for showing enthusiasm for the project
- All People who have seen the bright side and impact application can make
- All people who were initially approached and didn't see potential in project.