Skip to content

Forgetting the link to that one article solving that specific issue you have is universal. Never be in this situation again with Code Atlas

Notifications You must be signed in to change notification settings

maxwilkinsontech/code-atlas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Atlas

Code Atlas was created in spite of wasting so much time searching for trivial things I knew I had done before. I often found myself looking through previous projects or tracking down articles for that code snippet I knew existed. I thought there had to be a better way to do things. So I created Code Atlas.

Code Atlas lets users create "Notes". Notes can store markdown, support code highlighting, tagging as well as url references. These notes can be searched by their tags, a query or both. Public notes can be cloned.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Installing

You will need to create the database. This may require changes needing to be made to the settings file: codeatlas/settings/local.py

git clone https://github.com/Maxamuss/code-atlas
python -m venv env
./env/Scripts/activate
pip install -r requirments/local.txt
python manage.py migrate
python manage.py runserver

Then visit http://127.0.0.1/ in your browser to view the site

Running the tests

To run tests:

python manage.py test

Built With

Contributing

Please feel free to contribute.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Max Wilkinson

See also the list of contributors who participated in this project.

Acknowledgments

About

Forgetting the link to that one article solving that specific issue you have is universal. Never be in this situation again with Code Atlas

Resources

Stars

Watchers

Forks

Packages