https://github.com/reiosantos/wild_flora_fauna_cites
https://github.com/reiosantos/wild_flora_fauna_cites
cites django javascript python react wildlife-conservation
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/reiosantos/wild_flora_fauna_cites
- Owner: reiosantos
- License: mit
- Created: 2019-11-23T16:54:37.000Z (over 5 years ago)
- Default Branch: devel
- Last Pushed: 2023-01-04T13:18:54.000Z (over 2 years ago)
- Last Synced: 2025-01-22T22:45:31.665Z (3 months ago)
- Topics: cites, django, javascript, python, react, wildlife-conservation
- Language: JavaScript
- Size: 21.8 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CET - (CITES-plants E-commerce Tracker)
This is a monitoring system that will flag the sale of any endangered plant species on the E-commerce platforms thus creating awareness to the wildlife authority.
## Getting Started
These instructions should help you run the code on your machine.### Prerequisites
- The code is ran using [Docker](https://www.docker.com/).
- Ensure to have [Nodejs](https://nodejs.org/en/docs/) installed.### Installing locally from github
start by cloning the repository from GitHub:
for https use
```
$ git clone https://github.com/PatrickCmd/wild_flora_fauna_cites.git
```for ssh use
```
git clone [email protected]:PatrickCmd/wild_flora_fauna_cites.git
```Start the CET app
```
docker-compose builddocker-compose up
```### Running the project
In you Working folder Test with this commands
- Home Page
```
localhost:8000/cites
```- Populate cites data. This will take five minutes or so....
```
localhost:8000/cites/read_csv
```- Once loaded and you have received a success json outout, Click on the link provided in json to get you taxon
```
http://localhost:8000/cites/taxon_concepts/
```- Use filter to filter by scientific name
- Once the app runs the UI can be accessed on
```
http://localhost:3000
```## Resources Used
- [Python](https://www.python.org/)
- [Postgres](https://www.postgresql.org/)
- [Docker](https://www.docker.com/)
- [Django](https://www.djangoproject.com/)
- [Django Rest Framework](https://www.django-rest-framework.org/)
- [NodeJs](https://nodejs.org/en/docs/)
- [React](https://reactjs.org/docs/getting-started.html)
- [Bootstrap 4](https://getbootstrap.com/docs/4.1/getting-started/introduction/)