Giter Club home page Giter Club logo

chapter's Introduction

Welcome to Chapter

All Contributors

After several years of being dissatisfied with existing group event tools (Meetup, Facebook events) we decided to build our own.

This will be a self-hosted Docker container that you can one-click deploy to the cloud, then configure through an admin panel. No coding required.

Your organization can host an instance of Chapter under a sub-domain of your website, such as chapter.sierraclub.org or chapter.womenwhocode.org.

You can use your own authentication tools. And all your user data will stay on your own server.

Our Vision statement provides more details on the reasons for Chapter.

Terminology

To better communicate and more easily build an API and UI, the current contributors have decided on a collection of terminology to clarify discussions surrounding the Chapter project:

Term Definition Example
instance a web server deployment of this Chapter application, managed by an organization. none
organization a non-profit with multiple chapters Women Who Code at the sub-domain: chapter.womenwhocode.org
chapter a container for events, with a description and subscribers, and one or more admins who can manage it Women Who Code New York City
event a single meetup that users can RSVP to, has a specific location and time, and has organizers Coffee And Code - BistroOne, New York City, NY - April 9, 2020
user a person who has signed up and been authorized as a subscriber to a chapter Sally Gold - [email protected]

Tech Stack

We are planning to use the following tools:

A lot of people know these tools, and they're proven to work well at scale.

We will focus on building an open API first. Then developers can use the API to build their own mobile clients and voice interface clients.

Development Setup

Requirements: Node.js, Docker, internet access

Installing Node.js

Follow instructions for downloading and installing Node.js for your operating system from the official Node.js website.

Ensure you are installing Node 10 or greater and npm 6 or greater.

Installing Docker

See the Docker installation "Supported platforms" section and follow the instructions to download & install Docker Desktop for your operating system (or Docker CE for Linux).

You can find more resources on Docker here:

Starting the Development Server

Open up Terminal/Powershell/bash and navigate to the directory where you want the project to live.

Clone this repository:

git clone https://github.com/freeCodeCamp/chapter

Navigate to the newly cloned repo:

cd chapter

Install dependencies:

npm install

If needed, set up environment variables under 'app -> environment' in the docker-compose.yml file.

Ensure that Docker Desktop is up and running, then run the following command:

docker-compose up

Wait for the logs to show "server started on port 8000", then navigate to localhost:8000 to view the app.

The server will automatically restart anytime you save a .ts or .js file within the server/ directory.

You can run any command within the container by prefixing it with docker-compose exec app, e.g. docker-compose exec app npm install express

Additional DB docs can be found in server/docs/README.md

Testing

Run tests

npm run test

Run tests in watch mode

npm run test:watch

API Specification

We use Open API 3.0 to define the API structure of the application. You can see the full documentation with:

npm run speccy

Navigate to http://localhost:8001 to see API docs

Schema

Expand to view a diagram illustrating the proposed schema for Chapter.

a diagram illustrating the proposed schema for Chapter

created with DBeaver.io

User Stories

MVP

The MVP user stories are shown in the MVP Project kanban / cards and as issues marked with "MVP".

Post-MVP

We are maintaining a list of post-MVP conversations and user stories using the "Roadmap" tag.

Quincy Larson is the project lead. FreeCodeCamp will start "dogfooding" the MVP with several of its local study groups.

Here's an out-dated example of an app with similar functionality: The freeCodeCamp Study Group Directory.

Contributing

License

Copyright © 2019 freeCodeCamp.org

The computer software is licensed under the BSD-3-Clause license.

Contributors ✨

Thanks goes to these wonderful people (emoji key):

Quincy Larson
Quincy Larson

💻 📖 🤔
Tim Chen
Tim Chen

💻 🚧 🔧
nikjohn
nikjohn

💻 📖 🔧
Matteo Giaccone
Matteo Giaccone

📦 💻 📖
Ian Littman
Ian Littman

💻
Abrar Rauf
Abrar Rauf

📖
Jonathan Chhabra
Jonathan Chhabra

🚧 💻
Thomas Roest
Thomas Roest

💻
Scott Brenner
Scott Brenner

📖
Jim Ciallella
Jim Ciallella

📖
Joel Rozen
Joel Rozen

💻
yitzhak-bloy
yitzhak-bloy

📖
Rob Bertram
Rob Bertram

💻
Fran Zekan
Fran Zekan

💻 🔧
Jesuloba Egunjobi
Jesuloba Egunjobi

📦
Lakshmipriya
Lakshmipriya

📖
Ronald van der Bergh
Ronald van der Bergh

📖
Rodolfo Mendes
Rodolfo Mendes

📖
Chris Gonzalez
Chris Gonzalez

📖
Gonzalo Gras Cantou
Gonzalo Gras Cantou

📖
Vivek Agrawal
Vivek Agrawal

📖 🔧 🎨
Kognise
Kognise

💻
Wendel Nascimento
Wendel Nascimento

💻
Praveen Durairaju
Praveen Durairaju

💻
Shangeeth Sivan
Shangeeth Sivan

📖
Conor Broderick
Conor Broderick

💻
PrestonElliott
PrestonElliott

📖 💻
VimalRaj Selvam
VimalRaj Selvam

💻
Franco Correa
Franco Correa

💻
Manoel
Manoel

📖
Dillon Mulroy
Dillon Mulroy

📖
Mirza Chilman
Mirza Chilman

📖
Cecilia
Cecilia

🤔
Sean
Sean

🎨
Madalena
Madalena

🎨
Ariel Barboza
Ariel Barboza

📖
Jonathan Seubert
Jonathan Seubert

🎨 📖
Juli Odomo
Juli Odomo

🎨
Vaibhav Singh
Vaibhav Singh

💻
Subroto
Subroto

💻
Edward Weymouth
Edward Weymouth

📖

This project follows the all-contributors specification. Contributions of any kind welcome!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.