Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mhdir7an/cbnc
A web app that focuses on creating an active community that works towards a goal to conserve the nature through collaboration, volunteering and raising against the issues that could affect the nature.
https://github.com/mhdir7an/cbnc
css djnago docker html javascript stripe supabase
Last synced: about 1 month ago
JSON representation
A web app that focuses on creating an active community that works towards a goal to conserve the nature through collaboration, volunteering and raising against the issues that could affect the nature.
- Host: GitHub
- URL: https://github.com/mhdir7an/cbnc
- Owner: MhdIr7an
- License: gpl-3.0
- Created: 2024-03-04T06:55:32.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-03-05T15:28:59.000Z (12 months ago)
- Last Synced: 2024-11-10T10:06:59.508Z (3 months ago)
- Topics: css, djnago, docker, html, javascript, stripe, supabase
- Language: CSS
- Homepage: https://mhdirfan.pythonanywhere.com
- Size: 15.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🌳 Community Based Nature Conservation
🚀 Table of Contents
## 🔔 About The Project
A web app that focuses on creating an active community that works towards a goal to conserve the nature through collaboration, volunteering and raising against the issues that could affect the nature.📁 Modules
- Admin
- User
- Organisation
- Supplier
- Researcher
## ✨ Features
- Stripe Payments
- Automated emails
- User authentication and authorization
User Raise Issue
Organiser Organise Event
Researcher Publish Paper
## 🧰 Built With
![Django Icon](https://cdn.iconscout.com/icon/free/png-256/free-django-13-1175187.png?f=webp&w=256)
![Stripe Icon](https://cdn.iconscout.com/icon/free/png-256/free-stripe-3521744-2945188.png?f=webp&w=256)
![Supabase Icon](https://seeklogo.com/images/S/supabase-logo-DCC676FFE2-seeklogo.com.png)
![Javascript Icon](https://cdn.iconscout.com/icon/free/png-256/free-javascript-2038874-1720087.png?f=webp&w=256)
![Css Icon](https://cdn.iconscout.com/icon/free/png-256/free-css-38-226095.png?f=webp&w=256)
![Html Icon](https://cdn.iconscout.com/icon/free/png-256/free-html-59-225995.png?f=webp&w=256)
## 🚪 Getting Started
To get a local copy up and running follow these simple example steps.
1. Clone the repo
```sh
git clone https://github.com/MhdIr7an/CBNC.git
```
2. Install requirements
```sh
pip install -r requirements.txt
```
3. rename .env.example to .env and give appropriate environment values
4. run server
```sh
pip manage.py runserver
```