Skip to content

Latest commit

 

History

History
54 lines (42 loc) · 2.11 KB

README.md

File metadata and controls

54 lines (42 loc) · 2.11 KB

koshagrahEduthon

Koshagrah ------> Kosh(Treasure) + Grah(House)

See live site Here

Download android app from Here

About

Koshagrah is a cross-platform solution for teachers and students to interact with each other in particular organization. We can also make dynamic resumes using Koshagrah . Users within an organisation can also do personal chat conversation

Need

No platform provide us the interface so that people within a particular organization can interact. We cannot interact with our seniors or alumni without knowing them personally.

Uniqueness

Seniors can share their interview or any other experience with everyone among the organization. Any two students/teachers can interact with each other even without having any personal relation. Now teachers are only one ping away from making an announcement among thousands of students. Teachers/students can chat with highly end to end encrypted messages.

Technologies Used

Django, HTML, CSS, JavaScript, Jquery, Ajax, JSON, SQL Lite, Progressive Web App and Web Real Time Communication(WebRTC)

How to run?

1 Clone the repository
2 In CMD, run 'pip install -r requirements.txt' to install all requirements
3 Run 'python manage.py runserver'.
4. Create a superuser by running 'python manage.py createsuperuser'.
5. Goto '127.0.0.1:8000/admin' and login using super user creditional.
6. Now goto '127.0.0.1:8000/sanstha/login' to login the newly registered admin for a college and create a signup link from there.
7. That signup link can be used to signup all the rest students and teachers.
8. Student and teacher can login themselve from '127.0.0.1:8000/login' or from the app provided.
9. Admin need to accept the request of teacher and user before the account can be accessed.

Team Learners