Giter VIP home page Giter VIP logo

fossee2's Introduction

fossee2

Project for IITB summer Internship Entrance
Please see the demo video on maximum possible volume with Earphones.

-About the application

It's an application where user is allowed to upload multiple documents
and refer as and when required.

Setting up the project:

  • Clone the repo
git clone https://github.com/mananpoddar/fossee2
cd fossee2/mysite
  • Create a virtualenv
virtualenv -p python3 venv
source venv/bin/activate
  • Install the requirements
pip install -r requirements.txt
  • Setup your mysql database and sync it with my project
go to fossee2/mysite/mysite/settings.py and in DATABASE array, change the password and 
username to yours.
do python manage.py makemigrations
then, python manage.py migrate
  • close any libreoffice application running on your system for better experience
  • Run the dev server
python manage.py runserver
  • request localhost:8000/fossee2

Important directories and files to make your look up to the code easier:

core backend logic - > fossee2/mysite/fossee2/views.py
core frontend logic - > fossee2/mysite/fossee2/static/fossee2/ajax.js
templates(html files) - > fossee2/mysite/fossee2/templates/fossee2/
routing files - > fossee2/mysite/fossee2/urls.py

fossee2's People

Contributors

mananpoddar avatar

Watchers

James Cloos avatar

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.