/function-store

store your functions with tags to back to them faster

Primary LanguageCSSMIT LicenseMIT

Function Store

Don't repeat your self and stay DRY by saving your functions and add tags to it to find them faster.

Live Demo

you can check out a live demo of it here! hosted on heroku

Getting Started

Prerequisites

Installing

Create virtual environment

pip install --upgrade virtualenv
virtualenv -p python3 env
source env/bin/activate && cd env

Clone The repository, install dependencies and run

(env) $ git clone https://mohamed17717@bitbucket.org/mohamed17717/changes-log.git src && cd src
(env) $ pip install -r requirements.txt
(env) $ python manage.py makemigrations
(env) $ python manage.py migrate
(env) $ python manage.py createsuperuser
(env) $ python manage.py runserver

Built With

  • Django - The web framework used

Features

  • Doesn't need an account to add functions
  • Search using tags
  • Edit all function data and add or remove tags
  • Comment to describe the function

Note

Its my first django project

and i didn't make the frontend becaues i was excercising myself only for django

Visit template site