GithubHelp home page GithubHelp logo

takos22 / timathon-for-students Goto Github PK

View Code? Open in Web Editor NEW
6.0 2.0 0.0 827 KB

Project for the 2nd Timathon Code Jam themed "For Students"

Python 44.16% HTML 44.27% CSS 7.55% JavaScript 4.02%
timathon code-jam students django

timathon-for-students's Introduction

Project logo

Timathon - For Students

Timathon Website Made by Takos#0001


This website is a homework management system made for students, they can add homework, keep track of it and make sure they have everything so they will have good grades. I made a whole website alone around the "For Students" theme with 2 big parts:

  • a website
  • an API for that website

Doing all this alone was really hard but I somehow managed to pull it off. Make sure to follow my github account at takos22.

๐Ÿ“ Table of Contents

๐Ÿง Problem Statement

The timathon theme is "For students". So I had to make something that could be useful for students and that could help them in their everyday life.

๐Ÿ’ก Idea / Solution

I thought about making an API for homeworks, timetables (not implemented yet) and other things useful to students. However an API alone isn't that easy to use, you would have to write code and not every student can do that, that's why I decided to make a website for it.

Students are able to add homeworks, timetables (not implemented yet) and more things that could help them at school.

๐ŸŽˆ Usage

Go on the website, create your account, then you can use the following functionalities:

๐Ÿš€ Future Scope

I'm going to add more endpoints to the API so more functionalities on the website. If you have any ideas/suggestions, you can leave an issue with a feature request tag.

๐Ÿ Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

To be able to run the website, you need to first install the required modules with:

pip install -r requirements.txt

Running the project

To run the website you need to first add some environment variables:

  • For shell
export DEBUG=1
export SECRET_KEY=secret_key_here
  • For cmd
set DEBUG=1
set SECRET_KEY=secret_key_here

Then do the database migrations:

py manage.py migrate

Then run the server:

py manage.py runserver

โ›๏ธ Built With

โœ๏ธ Authors

timathon-for-students's People

Contributors

takos22 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

timathon-for-students's Issues

Due Date:

A suggestion : Instead of just storing dd-mm-yyyy store seconds-minutes-hours-day-months-year

cause then it also allows you to schedule your day. Otherwise, it's pretty wholesome!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.