RazvanFarte / academic-info

Proiect Colectiv. Facultate UBB Info-Engleza An 3 2018. Aplicatie management student-profesor: note, orar, clase etc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Proiect: Academic Info

Proiect Colectiv. Facultate UBB Info-Engleza An 3 2018. Aplicatie management student-profesor: note, orar, clase etc

Features

  • We are still working on that

How to install

  • Upgrade pip
$ pip3 install --upgrade pip
  • create a virtual environment (macOS + linux)
$ virtualenv venv
  • start the virtual environment
$ source path/to/../venv/bin/activate
  • install requirements into the virtual environment
$(venv) pip install -r path/to/../requirements.txt
  • create the local database
$(venv) python manage.py makemigrations
$(venv) python manage.py migrate
  • start the application
$(venv) python manage.py runserver

License

MIT License

Copyright (c) 2018 Farte Razvan

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Prerequisites

Clone the project

TODO Other topics to be added on the go

TODO Summary? is this needed

Use cases? is this needed

About

Proiect Colectiv. Facultate UBB Info-Engleza An 3 2018. Aplicatie management student-profesor: note, orar, clase etc

License:MIT License


Languages

Language:TypeScript 41.4%Language:HTML 22.8%Language:CSS 20.6%Language:Python 13.6%Language:JavaScript 1.6%