Giter VIP home page Giter VIP logo

investlog-django's Introduction

InvestLog GitHub

A full-stack, easy-to-use application for logging and managing investments!

If you'd like to contribute and make this much better for other users, have a look at Issues.

Created something awesome for your fork of the portfolio and want to share it? Feel free to open a pull request.

Getting Started

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

You'll need Git and Python.

How To Use

From your command line, clone InvestLog and create a virtual environment:

# Clone this repository
git clone https://github.com/ddkostadinov/investlog.git

# Go into the repository
cd investlog

# Create a virtual environment
python3 -m venv .venv

# Activate it
source ./.venv/bin/activate

# Go into the main project folder
cd investlog

# Setup default environment variables

# For Linux
cp env.example .env
# For Windows
copy env.example .env

# Install dependencies
pip install -r requirements.txt

Now lets create a new Django secret key:

# Open the Python shell in Django:
python manage.py shell

# Import the generator function:
from django.core.management.utils import get_random_secret_key

# Create a new secret key:
print(get_random_secret_key())

# Copy and paste the printed key inside the .env file that you created:
#.env
DJANGO_SECRET_KEY = "[new secret key]"
EMAIL_RECEIVER = ""
EMAIL_SENDER = ""
EMAIL_PASSWORD = ""

# You can exit the shell:
exit()

To start the application, create the migrations and run it:

# Create migrations:
python manage.py makemigrations

# Migrate them:
python manage.py migrate

# Run app:
python manage.py runserver

Now you can check your application at localhost.

Sections

โœ”๏ธ Home
โœ”๏ธ Contact
โœ”๏ธ About
โœ”๏ธ Login
โœ”๏ธ Logout
โœ”๏ธ Register
โœ”๏ธ Dashboard
โœ”๏ธ Add Investment
โœ”๏ธ Edit Investment
โœ”๏ธ Delete Investment
โœ”๏ธ Graphs
โœ”๏ธ Change Username\

Technologies Used


investlog-django's People

Contributors

ddkostadinov avatar

Stargazers

 avatar

Watchers

 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.