This is a learning Online library project using Django, HTML, CSS, and JavaScript.
- Clone the repository:
git clone https://github.com/yourusername/your-repo-name.git cd AddAdventure_Library - Create and activate a virtual environment:
python -m venv env env\Scripts\activate
- Install the dependencies:
pip install -r requirements.txt
- Set up the database:
python manage.py migrate
- Run the development server:
python manage.py runserver
- Access the project in the browser: Go to http://127.0.0.1:8000/ in your web browser