Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

# 🌳 Community Based Nature Conservation

🚀 Table of Contents



  1. About The Project



  2. Built With


  3. Getting Started

## 🔔 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
Stripe Icon
Docker Icon
Supabase Icon
Javascript Icon
Css Icon
Html Icon

## 🚪 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
```

(back to top)