GithubHelp home page GithubHelp logo

vishvam10 / brainstorm-v2.0-backend Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 139 KB

An advanced version of the original Brainstorm app with Flask backend, Redis Caching and Celery Jobs

Python 78.32% HTML 21.68%
celery flask flask-jwt-extended flask-restful redis rest-api

brainstorm-v2.0-backend's Introduction

Brainstorm App - Backend

This is a flashcard application that will help you remember important things quickly. A demo link will be provided soon. But here's the link to Brainstorm v1.0 Click here. To know more about the frontend, click here


Basic setup


Clone the project

  git clone 

Go to the project directory

  cd my-project

Create a virtual environment in the project folder

  python3 -m venv /path/to/new/virtual/environment

Install the dependencies using pip

  pip install - r requirements.txt

Run the development server

  python main.py

Run the redis server

  redis-server

Run the celery server ( Main workers )

  celery -A app.celery worker -l INFO

Run the celery server ( Schedulers )

  celery -A app.celery beat --max-interval 1 -l info


API Documentation

NOTE : The link given below is for the initial API ( i.e. version 1 ). The version 2 APIs Documentation is currently in development and version 2 has the additional APIs for auth, import, export and a couple other new features.

The API follows an OpenAPI 3.0.0 standard. Click Here to view the full documentation in the YAML format. Paste it in Swagger Editor or any other OpenAPI tool to get a friendly-view

Features

  • User Login / Signup
  • Authentication and Authorization using JWT
  • Personal Dashboard
  • Deck Management
  • Import and Export as Excel / CSV Jobs
  • Using webhooks for sending emails and SMS notifications and reminders
  • Card Management
  • Graphical Analysis
  • Revision Recommendations
  • Cross Platform

brainstorm-v2.0-backend's People

Contributors

vishvam10 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

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.