Skip to content

toma1031/adoptanimals

Repository files navigation

Getting Started with Adopt Animals WebApp

Introduction

Please download Python 3.8.3 and on your PC (If you have it, please skip it).

Usage

  1. Open your terminal and Go to your directory.
$ cd your_directory_name
  1. Clone the project with the following command.
$ git clone https://github.com/toma1031/adoptanimals.git
$ cd adoptanimals
  1. Do following command at terminal for installing library.
$ pip install -r requirements.txt
  1. Install MySQL.
$ brew install mysql
  1. Start MySQL.
$ mysql.server start
Starting MySQL
. SUCCESS!
  1. Create Database.
$ mysql -u root
mysql> create database adopt_animals;
  1. Install mysqlclient.
$ pip install mysqlclient
  1. Do migartion.
$ python manage.py makemigrations
$ python manage.py migrate
  1. In the project directory, you can run.
$ python manage.py runserver  
  1. Runs the app in the development mode.
    Open http://127.0.0.1:8000/ to view it in your browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published