All Projects → dzNLPCommunity → sanabil

dzNLPCommunity / sanabil

Licence: AGPL-3.0 license
A platform to organize the work of charity in Algiers City

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to sanabil

Framework
A lightweight low ceremony API for web services.
Stars: ✭ 644 (+3925%)
Mutual labels:  backend, webapp
heroku-flask-template
A simple, fast and easy-to-deploy Heroku ready flask web app template written in Python.
Stars: ✭ 26 (+62.5%)
Mutual labels:  backend, webapp
Webapp.rs
A web application completely written in Rust. 🌍
Stars: ✭ 1,888 (+11700%)
Mutual labels:  backend, webapp
Udash Core
Scala framework for building beautiful and maintainable web applications.
Stars: ✭ 405 (+2431.25%)
Mutual labels:  backend, webapp
Local Web Server
A lean, modular web server for rapid full-stack development.
Stars: ✭ 916 (+5625%)
Mutual labels:  backend, webapp
Company Structure
A company structure with a list of projects and their users
Stars: ✭ 48 (+200%)
Mutual labels:  backend, webapp
Appy
🚀 A full stack boilerplate web app
Stars: ✭ 225 (+1306.25%)
Mutual labels:  backend, webapp
creatly-backend
🚀 Creatly backend app
Stars: ✭ 71 (+343.75%)
Mutual labels:  backend
weixin vote
使用 Tornado 开发的微信公众平台投票系统
Stars: ✭ 45 (+181.25%)
Mutual labels:  backend
eleanor
Code used during my Chaos Engineering and Resiliency Patterns talk.
Stars: ✭ 14 (-12.5%)
Mutual labels:  backend
pocket-cms
☁️ A pocket sized CMS written for nodejs
Stars: ✭ 13 (-18.75%)
Mutual labels:  backend
uniauth-backend
backend service to power uniAuth
Stars: ✭ 16 (+0%)
Mutual labels:  backend
nest-auth-example
Nest.js authentication with Passport. Realworld example
Stars: ✭ 186 (+1062.5%)
Mutual labels:  backend
500-interview-question-for-programmers
个人的学习工作总结,可作为你的面试指南(目前涵盖八股,非八股,算法,系统设计)。
Stars: ✭ 38 (+137.5%)
Mutual labels:  backend
Flask-MVC-Template
Flask-MVC Template It is a template with "batteries included" created for the fast development of applications in the microframework flask 🐍
Stars: ✭ 54 (+237.5%)
Mutual labels:  backend
imitate-wechat-menu-backend
用Vue.js模仿微信公众平台自定义菜单的前端页面
Stars: ✭ 98 (+512.5%)
Mutual labels:  backend
maratona-discover-02
Projeto construído durante a MaratonaDiscover #02
Stars: ✭ 97 (+506.25%)
Mutual labels:  backend
unofficial-webapp-office
Access all of your favorite Office 365 apps from Linux
Stars: ✭ 139 (+768.75%)
Mutual labels:  webapp
FlutterAngel
A Flutter App with Angel backend.
Stars: ✭ 13 (-18.75%)
Mutual labels:  backend
carpoolear backend
The open source Laravel backend for the argentinian carpooling application: Carpoolear
Stars: ✭ 45 (+181.25%)
Mutual labels:  backend

Sanabil

A platform to organize the work of charity in Algiers

Built with

Sanabil was built with:

  • Django- Python-based free and open-source web framework
  • Semantic UI - UI component framework for modern web apps

Installation

Sanabil requires Python version 3+ to run.

Packages

Install the required packages using pip:

pip install -r requirements.txt

Database

For database and super-admin creation:

./manage.py makemigrations
./manage.py migrate
./manage.py createsuperuser

And then fill fixtures by running:

./manage.py loaddata */fixtures/*.json

Collecting static files

Excute in terminal:

./manage.py collectstatic --noinput

Running server:

To run server locally run in terminal : ./manage.py runserver

And open in browser: http://127.0.0.1:8000/ to check the plateforme

Get involved!

We are happy to receive bug reports, fixes, or any other enhancements. Please if you find any report bugs via the github issue tracker.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].