Skip to content

Full Stack Library Application using Django Rest Framework and ReactJS

Notifications You must be signed in to change notification settings

black15/modern-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Full Stack Library Application

Description

This is a Fullstack Library Application built with DRF(Django Rest Framework) which handles the API (Backend part) and Reactjs with TailwindCSS (Frontend part)

Notice : Display Language in this App is ARABIC It does not support any other languages Yet !

Requirements

  • Django Rest Framewok
  • Reactjs
  • TailwindCss

Installation

  1. Clone the repo

git clone https://github.com/black15/modern-library
cd modern-library
  1. Backend part (API)

python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver
  1. Frontend part

cd frontend
npm install
npm start

Contact Me

https://facebook.com/unknownkid.18

About

Full Stack Library Application using Django Rest Framework and ReactJS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published