Git Product home page Git Product logo

notezia's Introduction

Project Notezia

A simple protected notes taking application
Live Preview · Report Bug · Request Feature

Contributors Forks Issues Pull Request

A simple protected notes-taking application

Contents

  1. Description
  2. Project structure
  3. Installation
  4. Live demo
  5. Built with
  6. Authors
  7. License

Description

This project is about a simple notes taking application where users, without requiring to register or login can save their notes using password protection.

Project structure

├── env/                  virtualenv (gitignored)
├── notezia/              entry point of django application
  ├── notes/              django app named 'notes' with the code for our api
  ├── notezia/            default django application
  ├── templates/          html files go here
  ├── statics/            static assets for frontend
  ├── manage.py           entry point to the django application
└── readme.md             details and instructions about the project go here

Installation

A step by step series of examples that tell you how to get a development env running locally:

  1. Make sure you clone the repo and have django4.0 installed in your system and properly configured
  2. Create a virtual environment using the command virtualenv env
  3. Type source env/bin/activate on linux or source env/Scripts/activate on windows to enter the virtual env
  4. Type pip3 install -r requirements.txt to install all required python packages
  5. You may use your own database and edit the notezia/settings.py file OR follow the database config under notezia/settings.py file to create a database with the same configurations used.
  6. cd to the notezia directory and run the command python manage.py makemigrations

Live demo

-- To be added soon --

Built with

Authors

License

This project is licensed under the GNU Public License 3.0 - see the LICENSE file for details.

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.