RedList is a catalog of endangered species, providing CRUD and search functionalities.
- manage and keep record of endangered species across the world.
- update species information (e.g. current population and endangered status)
- showcase endangered species
- Non-profit organizations, wanting to keep a record of endangered species
- government agencies, providing financial and technical assistance to affected areas
- the public, wanting to get informed of current endangered species
Data taken from:
- Make sure you have the latest version of Python installed
git clone <repo-url>
pip install -r requirements.txt
Run main.py by typing python main.py
The required database is already included with dummy data.
You can find the database and the sql script in the 'instance' folder.
Default users are {role}:{email}:{password}
- Administrator: [email protected]:admin
- User: [email protected]:user
Go to http://127.0.0.1:5000
You can always specify your desired host and ports like this
- python
- Flask
- SQLAlchemy
- Flask-SQLAlchemy
- flask-login
- Flask-LoginManager
- Bootstrap
- jQuery
- Popper
- Font Awesome
This project is licensed under the terms of the MIT license.
~codelover96