Giter VIP home page Giter VIP logo

fossee4's Introduction

fossee4

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

-About the application

It's an application simulating an API for images, where user can use the image by Id.
And the Id will be returned by the API itself.

Setting up the project:

  • Clone the repo
git clone https://github.com/mananpoddar/fossee4
cd fossee4/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 fossee4/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/fossee4



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

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

fossee4'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.