GithubHelp home page GithubHelp logo

deshrit / notetaker Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 45 KB

A simple fullstack application in production

Python 64.52% CSS 0.32% HTML 34.13% JavaScript 0.12% Dockerfile 0.65% Shell 0.26%

notetaker's Introduction

NoteTaker

A simple fullstack application in production

Try

live

To run locally

1. create .env file in project root

# Django
DJANGO_SECRET_KEY=<your_key>
DJANGO_DEBUG=
DJANGO_ALLOWED_HOSTS=*

# Database
DB_BACKEND=postgresql
DB_HOST=<your_db_host>
DB_USER=<your_db_user>
DB_NAME=<your_db_name>
DB_PASSWORD=<your_db_pass>
DB_PORT=<your_db_port>

# Email
EMAIL_HOST_USER=<your_email>
EMAIL_HOST_PASSWORD=<your_password>

# Azure Storage
AZURE_STORAGE_ACCOUNT_NAME=<your_credentials>
AZURE_CONNECTION_STRING=<your_credentials>
AZURE_STORAGE_ACCOUNT_KEY=<your_credentials>
AZURE_CONTAINER_NAME=<your_credentials>

2. Docker and docker-compose

docker compose up

3. Application access

http://0.0.0.0:8000

notetaker's People

Contributors

deshrit 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.