Skip to content

White Paper is a Django-based notepad web app for creating, editing, and managing notes with a focus on simplicity and user-friendly design.

License

Notifications You must be signed in to change notification settings

ygowthamr/WhitePaper

Repository files navigation

White Paper

Description

White Paper is a web application developed using the Python Django framework. This project serves as a digital notepad, allowing users to create, edit, and manage notes efficiently. It emphasizes simplicity, scalability, and an intuitive user experience for seamless note-taking.


Tech Stack

  • Backend: Python, Django Framework
  • Frontend: HTML, CSS, JavaScript
  • Database: SQLite (default), with options for PostgreSQL/MySQL
  • Others: Django Rest Framework (if applicable), Bootstrap (if applicable)

Overview

Signup page

White_paper4

Login Page

white_paper1

Home Page

White_paper2

Create a new note

White_paper3

Installation

Prerequisites

  1. Python 3.8+ installed on your system.
  2. Virtual Environment tools such as venv or virtualenv.
  3. SQLite (default) or a preferred database like PostgreSQL/MySQL (optional).

Steps to Install and Run Locally

  1. Clone the repository:

    git clone https://github.com/ygowthamr/WhitePaper.git
    cd WhitePaper
  2. Set up a virtual environment:

    python -m venv venv
    source venv/bin/activate  # On Windows: venv\Scripts\activate
  3. Install dependencies:

    pip install -r requirements.txt
  4. Configure the database:

    • For the default SQLite database:
      No additional configuration is required.
    • For PostgreSQL/MySQL, update the DATABASES settings in settings.py.
  5. Apply migrations:

    python manage.py migrate
  6. Run the development server:

    python manage.py runserver
  7. Access the application:
    Open your browser and navigate to http://127.0.0.1:8000.


Contributing

Contributions are welcome! Please follow these steps:

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b feature-name
  3. Commit your changes and push:
    git add .
    git commit -m "Description of changes"
    git push origin feature-name
  4. Submit a pull request.

License

This project is licensed under the MIT License.

Collaborators

We are grateful to the following contributors who have worked on this project


Feel free to reach out for any queries or suggestions at [[email protected]]. 😊

About

White Paper is a Django-based notepad web app for creating, editing, and managing notes with a focus on simplicity and user-friendly design.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published