Code Monkey home page Code Monkey logo

quizappdjango's Introduction

๐Ÿš€ Question-Answer Django Admin App

This repository contains a simple question-answer Django admin app that uses SQLite as the database.

โš™๏ธ Tech Stack

  • Django ๐Ÿ - A high-level Python web framework.
  • SQLite ๐Ÿ“ - A lightweight, file-based relational database management system.
  • HTML/CSS ๐ŸŽจ - Front-end technologies for creating user interfaces.

โœจ Features

  • Allows administrators to add, edit, and delete questions and answers.
  • Questions and answers are stored in an SQLite database.
  • The app provides a user-friendly web interface powered by Django's admin site.

๐Ÿ–ฅ๏ธ Installation

  1. Clone the repository:

    git clone https://github.com/Muhammad-Bilal-7896/Technical-Test.git
  2. Create and activate a virtual environment:

    python3 -m django-env env
    source env/bin/activate
  3. Install the required dependencies:

    pip install -r requirements.txt
  4. Set up the SQLite database:

    python manage.py migrate
    

๐Ÿ› ๏ธ Usage

  1. Start the development server:

    python manage.py runserver
  2. Open your web browser and navigate to http://localhost:8000/admin/.

  3. Log in with your superuser account or create one using the following command:

    python manage.py runserver
  4. Once logged in, you can perform the following actions through the Django admin interface:

  • Add questions and answers by clicking on the "Questions" or "Answers" section.
  • Edit existing questions and answers.
  • Delete questions and answers.

๐Ÿค๐Ÿป Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please create a new issue or submit a pull request.

๐Ÿ“ƒ License

This project is licensed under the MIT License.

quizappdjango's People

Contributors

bilalmohib avatar

Watchers

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