Coder Social home page Coder Social logo

uros-5 / bookstore Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 44.39 MB

Bookstore web application. Buy, rate and comment on books.

Python 57.19% HTML 36.19% TypeScript 6.56% Shell 0.06%
django python sqlite bootstrap css javascript alpine htmx alpiinejs

bookstore's Introduction

Simple Bookstore app

I made this web app in the last year at the college ๐Ÿซ.

It didn't had fancy JavaScript framework, just pure Django + little bit of jQuery ๐Ÿ‘ด.

There is hype going around with HTMX library. So I decided to give it a try ๐Ÿ†’.

Tech Stack

Backend: Python + Django ๐Ÿ

Database: SQLite ๐Ÿฌ

Frontend: HTMX + Alpine.js ๐Ÿ‚

Run the application

Clone the repo

git clone https://github.com/uros-5/bookstore
cd bookstore

Setup virtual environment for python.

python3 -m venv venv
source venv/bin/activate

Install dependencies

pip3 install -r requirements.txt

Make migrations for database

python3 manage.py makemigrations
python3 manage.py migrate

Fill database with data(users, authors, books, orders)

Populating database will be executed in 'django shell'.

python3 manage.py shell

In shell paste this

from bookstore import db_work

It will fetch images and do all database related work.

Build frontend

cd bookstore/ui
npm install
npm run build
cd ../..

Run server

sh runserver.sh

Screenshots

screenshot1

screenshot2

screenshot3

screenshot4

gif

bookstore's People

Contributors

uros-5 avatar

Stargazers

Adnan Nazir avatar Jarrian Gojar 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.