Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zaxovaiko/pwr-animal-shelter
🐱👤 Web application for animal shelter
https://github.com/zaxovaiko/pwr-animal-shelter
animal-shelter pwr thesis
Last synced: 24 days ago
JSON representation
🐱👤 Web application for animal shelter
- Host: GitHub
- URL: https://github.com/zaxovaiko/pwr-animal-shelter
- Owner: zaxovaiko
- Created: 2021-07-19T10:20:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-19T21:34:09.000Z (about 3 years ago)
- Last Synced: 2024-10-15T03:46:32.085Z (2 months ago)
- Topics: animal-shelter, pwr, thesis
- Language: TypeScript
- Homepage:
- Size: 736 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web application for animal shelter management
Server side is built with Django REST framework. The client side is built with React.js
## Installation
1. Clone repository
2. Create database with appropriate settings from `server/server/settings.py`
3. Run `cd server && python3 manage.py migrate`
4. Run `cd server && python3 manage.py runserver`
5. Run `cd client && npm install && npm run start`
6. Enjoy the usingTo run server with few workers use [gunicorn](https://gunicorn.org/)