Skip to content

danielpyon/recall

Repository files navigation

recall - code snippet tracker

Introduction

This is a simple application for tracking small snippets of code in an organized way so that they can be found easily later, for instance when programming.

How to Use

Locally

Install dependencies (pip install -r requirements.txt), then start the app with python3 manage.py runserver.

Server

Set some environment variables: DJANGO_DEBUG to False, DJANGO_SECRET_KEY to something secure. You might also need to modify ALLOWED_HOSTS (recall/settings.py) depending on what kind of host you use.

Screenshots

Welcome Page

Welcome Page

Main Page

Main Page

Add Snippets

Adding a Snippet


Adding a Snippet

View Snippets

View Snippets

Search for Snippets

Search for Snippets


Advanced Searching Capabilities

Organize Snippets with Tags

Organize Snippets with Tags

Edit Snippets

Edit Snippets Edit Snippets

Account Settings

Account Settings

About

Code snippet tracker.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published