Skip to content

An online journal system that lets you keep track of information you've learned about particular topics.

License

Notifications You must be signed in to change notification settings

sohrab-salehi/learning_log

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

learning_log

An online journal system that lets you keep track of information you've learned about particular topics.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Requirements

Since this website is created using Python Django framework. You will need to install Django and its dependencies.

Install the dependencies first using the pip.

$ sudo pip install Django
$ sudo pip install django-bootstrap3

How To Run?

Like the other Django applications, go to the learning-log directory and then run this command:

$ python manage.py runserver

This command run website on your localhost on port 8000 by default.

License

MIT License

Copyright (c) 2017 Sohrab Salehi

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

An online journal system that lets you keep track of information you've learned about particular topics.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published