All Projects β†’ amfoss β†’ Cms

amfoss / Cms

Licence: gpl-3.0
Club Management System of amFOSS, powered by CMS

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Cms

Best Of Web Python
πŸ† A ranked list of awesome python libraries for web development. Updated weekly.
Stars: ✭ 1,118 (+325.1%)
Mutual labels:  graphql, framework, django
Django Arctic
Django Arctic is a framework that simplifies the creation of custom content management systems.
Stars: ✭ 68 (-74.14%)
Mutual labels:  cms, framework, django
Autoserver
Create a full-featured REST/GraphQL API from a configuration file
Stars: ✭ 188 (-28.52%)
Mutual labels:  graphql, framework
Tipe
πŸŽ‰ Next Generation API-first CMS for developers. Generate an API-first CMS from a GraphQL schema with offline prototyping and an inline editor
Stars: ✭ 2,157 (+720.15%)
Mutual labels:  graphql, cms
Django Graphql Auth
Django registration and authentication with GraphQL.
Stars: ✭ 200 (-23.95%)
Mutual labels:  graphql, django
Payload
Headless CMS and Application Framework built with Node.js, React and MongoDB
Stars: ✭ 154 (-41.44%)
Mutual labels:  graphql, cms
Vendure
A headless GraphQL ecommerce framework for the modern web
Stars: ✭ 2,961 (+1025.86%)
Mutual labels:  graphql, framework
Djangochannelsgraphqlws
Django Channels based WebSocket GraphQL server with Graphene-like subscriptions
Stars: ✭ 203 (-22.81%)
Mutual labels:  graphql, django
Deploy Strapi On Aws
Deploying a Strapi API on AWS (EC2 & RDS & S3)
Stars: ✭ 121 (-53.99%)
Mutual labels:  graphql, cms
Tensei
πŸš€ Content management and distribution with a touch of elegance.
Stars: ✭ 217 (-17.49%)
Mutual labels:  graphql, cms
Cookiecutter Django Vue Graphql Aws
A highly opinionated Cookiecutter template that fuses together Django, Vue.js, GraphQL, and AWS into one full-stack web application.
Stars: ✭ 213 (-19.01%)
Mutual labels:  graphql, django
Canner
⚑️[NOT MAINTAINED] Content Management Framework creates custom CMS fast and easy. Support data sources such as Firebase/Firestore, GraphQL and Restful APIs.
Stars: ✭ 2,472 (+839.92%)
Mutual labels:  graphql, cms
Saleor
A modular, high performance, headless e-commerce platform built with Python, GraphQL, Django, and React.
Stars: ✭ 14,720 (+5496.96%)
Mutual labels:  graphql, django
Prime
✨Open Source GraphQL CMS
Stars: ✭ 1,675 (+536.88%)
Mutual labels:  graphql, cms
Graphene Django Subscriptions
This package adds support to Subscription's requests and its integration with websockets using Channels package.
Stars: ✭ 173 (-34.22%)
Mutual labels:  graphql, django
Directus
Open-Source Data Platform 🐰 β€” Directus wraps any SQL database with a real-time GraphQL+REST API and an intuitive app for non-technical users.
Stars: ✭ 13,190 (+4915.21%)
Mutual labels:  graphql, cms
Grial
A Node.js framework for creating GraphQL API servers easily and without a lot of boilerplate.
Stars: ✭ 194 (-26.24%)
Mutual labels:  graphql, framework
Strapi Sdk Javascript
πŸ”Œ Official JavaScript SDK for APIs built with Strapi.
Stars: ✭ 247 (-6.08%)
Mutual labels:  graphql, cms
Server
Framework NodeJS for GraphQl
Stars: ✭ 118 (-55.13%)
Mutual labels:  graphql, framework
Shio
✨ :dna: Shio CMS - Model Content, Use GraphQL and Create Site using Javascript with Native Cache and Search.
Stars: ✭ 119 (-54.75%)
Mutual labels:  graphql, cms

amfoss-cms-cover

CMS

Watchers Star Gazers Forks

Travis CI Version 0.5 GNU Total alerts Join the chat at https://gitter.im/amfoss/cms Open Issues PRs Contributors

Club Management System (CMS) is django-based web-app which lays framework for the amfoss website, the amfoss webapp, and the amfoss app.

πŸ’½ Installation Instructions

The portal is primarily a django based application, and to set it up we require to have python environment with django and other project dependencies installed. Though one can work with the project without an virtual environment, it is recommended to use one so as to avoid conflicts with other projects.

  1. Make sure that you have Python 3, python-3-devel, gcc, virtualenv, and pip installed.

  2. Clone the repository

        $ git clone https://github.com/amfoss/cms.git
        $ cd cms
    
  3. Create a python 3 virtualenv, and activate the environment.

        $ virtualenv -p python3 .
        $ source bin/activate
    
  4. Install the project dependencies from requirements.txt

        $ pip install -r requirements.txt
    

You have now successfully set up the project on your environment. If you encounter any problems during installation, you can refer to installation page on our wiki.

After Setting Up

From now when you start your work, run source bin/activate inside the project repository and you can work with the django application as usual -

  • python manage.py migrate - set up database
  • python manage.py createsuperuser - create admin user
  • python manage.py runserver - run the project locally

Make sure you pull new changes from remote regularly.

πŸš€ Data Models

πŸŽ‰ Activities

The activity app tracks the activities of the club members.

  1. Certificates - carries certificates recieved by club members, also allows to upload them as attachments.
  2. Courses - records courses completed by club members, includes link to certificate.
  3. Events - logs events attended by student members such as Conference, Hackathons, Internships, Exchange Programmes etc.
  4. Honours - records achievements and honours recieved by club members, includes link to project, certificate.
  5. Projects - holds projects of the club, club teams and club members
  6. Publications - records publications made by club members
  7. Talks - records talks given by club members

πŸ‘§ Members

The members app manages the profile and data of the club members

  1. Groups - manages groups inside the club
  2. Leave Records - records and manages the leave requests of club members
  3. Mentor Groups - manages mentor-menteee relationship of club members
  4. Profiles - manages the member profile
  5. Responsibilities - manages the various responsibilities held by a group of members
  6. Teams - manages the various internal teams inside the club

πŸ“¨ Status

The status app manages the reporting system in the club

  1. Log - holds status updates posted by members, under different threads, for various subjects.
  2. Thread - manages status update threads

πŸ’« API

The amFOSS CMS ships with GraphQL-based APIs. To help developers, GraphiQL, a tabbed interface (playground) for editing and testing our GraphQL queries/mutations, also has been furnished .

Documentation on the supported APIs has been provided in the wiki page.

πŸ“‘ Integrations

  1. Attendance Module - the amFOSS attendance module is a raspberry-pi which live records the attendance of club members when they are in the FOSSLab. The AmFOSS CMS fetches attendance details from it and logs it.
  2. Telegram Bot - the amFOSS Telegram Bot is the bot assistant of the amFOSS Telegram group. The AmFOSS CMS triggers the bot to send notifications, statistics etc. to the group.
  3. GitHub - Integrates with GitHub to actively track the FOSS contributions made by club members

πŸ”§ Tech Stack

  • Language: Python 3.7
  • Framework: Django 2.2
  • API: GraphQL (Graphene + JWT)

πŸ’Ž Contributors

Developed with β™₯️ by the amFOSS WebTeam from 2018.

  1. Ashwin S Shenoy - Core Developer, Maintainer

How to Contribute?

  1. Fork the repository, clone it locally and run it following the installation instruction above.
  2. Find an issue or feature to work on, and put up an issue.
  3. Work on the patch or feature, test it and send a pull request referencing the issue.

βœ’οΈ License

This repository is licensed under GNU General Public License V3. Though it was tailor-made for amFOSS, you are welcome to adapt it, make it yours. Just make sure that you credit us too.

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].