GithubHelp home page GithubHelp logo

zobweyt / kpk Goto Github PK

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

A movie database web service

License: MIT License

Python 26.29% JavaScript 1.53% SCSS 36.44% HTML 35.75%
flask flask-login flask-sqlalchemy flask-wtforms htmx

kpk's Introduction

kpk last commit license

kpk is a movie database web service. It is an open-source project, allowing all of the community's members to contribute and see their code live in action.

Table of Contents
  1. Key Features
  2. Getting Started
  3. Contribution

Key Features

  • Manage movies and reviews.
  • Leave reviews for movies.
  • Configure admins via the control panel.

Getting started

Clone the repository:

git clone https://github.com/zobweyt/kpk.git

Install common project dependencies locally:

pip install -r requirements/common.txt

Create an .env file in the root directory and configure the environment variables:

SECRET_KEY="SECRET_KEY"
SQLALCHEMY_DATABASE_URI="sqlite:///db.sqlite3"

Create a superuser:

flask create-superuser <username> <password> <email>

Finally, run the website:

flask --debug run

Contribution

Feel free to open an issue, contribute or suggest new ideas to improve this repository!

Install project dependencies required for development locally:

pip install -r requirements/dev.txt

Before committing, run static analysis tools in the project root directory:

black .

kpk's People

Contributors

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