Git Product home page Git Product logo

Regular Meal CMS

The content management system for a five-meals delivery subscription plans website. Ideal for a restaurant of healthy, medical and sports nutrition.

Regular Meal CMS logo

About

Regular Meal CMS contains only professional and reliable software technologies like Python Django, Django REST framework and JWT social authentication. Now you can forget about specifically and expensive website templates and hard to fix SQL errors! Furthermore, Regular Meal CMS provide localization and internationalization features.

  • PROJECT DEVELOPMENT STAGE: ALPHA VERSION
  • FULL TESTS COVERAGE FOR YOUR CONVENIENCE
  • READY-TO-USE RUSSIAN LANGUAGE SUPPORT

Clients services:

  • Do you want to expand a range of the services that your restaurant provide?
  • Do you want to develop a new asynchronous API?

In both cases you can send team leader an E-Mail.

Easy restaurant management setup

  1. Clone the GitHub repo in a separate folder:
git clone https://github.com/EVOL-food/Regular-Meals-CMS.git
  1. Go to the main directory of the project:
cd Regular-Meals-CMS
  1. Install dependencies:
pip install -r requirements.txt
  1. Create database migrations for each app:
python manage.py makemigrations menu
python manage.py makemigrations delivery
python manage.py makemigrations client
python manage.py makemigrations subscription
python manage.py makemigrations
  1. Apply database migrations:
python manage.py migrate
  1. Create first superuser (admin profile), remember your credentials:
python manage.py createsuperuser
  1. Run server on the localhost:
python manage.py runserver
  1. Now open an admin panel by visit URL 127.0.0.1:8000/en/admin/. You will see this sign in page: Admin panel login page
  2. Enter your superuser credentials and press "Log in" button, so you will enter an admin area: Admin panel main page
  3. Congratulations, you've done with the CMS setup!

Now you can create new dishes and menus, categories, delivery regimes and subscription types.

Requirements

Regular Meal CMS project has been written with the Python Django framework.

  1. Global:
    1.1. Django
    1.2. Django REST Framework

  2. Admin-panel:
    2.1. django-baton
    2.2. django-admin-numeric-filter
    2.3. django-filter

  3. Internationalization and localization:
    3.1. django-modeltranslation

  4. Django ORM Models:
    5.1. model_mommy
    5.2. django-imagekit

  5. Social authentication:
    5.1. djoser
    5.2. social-auth-app-django

  6. Extra:
    6.1. unidecode
    6.2. markdown
    6.3. coverage
    6.4. pillow

TODOs

Backend:
  1. Make admin panel buttons for the language switching.
  2. Connect image hosting API like Imgur or Cloudinary.
  3. Make a celery task for the Order model, which will indicate the order status "Completed" after the subscription expires.
  4. Make OAuth 2.0 better.
  5. Make JWT Authentication better.
  6. Meke REST API search for menus by: menu name (strict), names of dishes in the menu (non-strict, that is, contains).
  7. Create docker image and docker setup instructions.
Frontend:
  1. Create a single page React application.

EVOL's Projects

regular-meal-cms icon regular-meal-cms

Regular Meal CMS is a Django-based system for a five-meals delivery subscription plans management.

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.