Git Product home page Git Product logo

zooconnect's Introduction



ZooConnect

Digital Zoo Management System

Latest release GitHub commits Stars Fork Watchers Wiki Pages


Table of contents


Project Status

Django+Restful Framework+React+Semi Design
Operating systems CPU Architect

Introduction

ZooConnect This project is part of a Django-based digital zoo management system. It provides the following features:

  • Animals Management
  • Habitats Management
  • Users Management
  • Activities Management
  • Staff Management

Backend Installation and Run

  1. Clone the project to your local machine:
git clone https://github.com/lzpmpc005/ZooConnect.git
cd ZooConnect
  1. Create a Django environment and install backend dependencies:
pip install django
pip install django_rest_framework
pip install -r requirements.txt
  1. Perform database migration:
python manage.py makemigrations
python manage.py migrate
  1. Run the development server:
python manage.py runserver
  1. Visit http://localhost:8000/ to view the project.

💡 Attention:All images from Internet, do not use theose images examples for business usage [Unsplash].


Frontend Installation and Run

  1. Clone the project to your local machine:
git clone https://github.com/lzpmpc005/ZooConnect.git
cd frontend
  1. Download Node.js and NPM environment and test :
npm -v
node -v
  1. React Installaion and RUN:
cnpm install -g create-react-app
cd frontend/
  1. Semi UI Installation and RUN:
npm install @douyinfe/semi-ui
npm install @douyinfe/semi-icons-lab
npm install react-router-dom
  1. Visit http://localhost:3000/ to view the frontend.

💡 Attention:All images from Internet, do not use theose image examples for business usage [Images via Unsplash].


API Endpoints

"animals": "http://127.0.0.1:8000/api/animals/", "habitats": "http://127.0.0.1:8000/api/habitats/", "zookeepers": "http://127.0.0.1:8000/api/zookeepers/", "carelogs": "http://127.0.0.1:8000/api/carelogs/", "members": "http://127.0.0.1:8000/api/members/", "activities": "http://127.0.0.1:8000/api/activities/", "tour_schedules": "http://127.0.0.1:8000/api/tour_schedules/"


zooconnect's People

Contributors

vincentyelpen avatar

zooconnect's Issues

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.