Code Monkey home page Code Monkey logo

melbee's Introduction

melBee

melBee Logo

melBee is the awesome email customizer in Japan. It is the only html email customizer that is available in Japanese as of September 22nd 2022. melBee helps individuals and small businesses create html rich emails easily, and provides the capacity of analyzing data of the sent emails.

Screenshot 2022-09-27 at 10 38 18

Features

melBee provides the following features:

  • Fully customizable newsletter maker
  • Able to store customized templates and view sent history
  • Draft auto-saver while editing template
  • Simple to add marketing tools such as Google Analytics and SNS
  • Unsubscribe option for newsletter receivers

Demo

Link to YouTube Video

Built With

Frontend

  • TypeScript
  • React
  • Tailwind CSS
  • tinyMCE

Backend

  • Python
  • FastAPI
  • SQLAlchemy
  • bcrypt
  • postgresSQL

Developers

Profile Picture
Thomas Hofman

Full-Stack Engineer

Profile Picture
Tomomi Kugai

Frontend Engineer / Designer

Profile Picture
Hiro Kanetake

Frontend Engineer

Profile Picture
Julio Quiezi

Backend Engineer

Profile Picture
Kurumi Muto

Backend Engineer

Getting Started

If you want to try the deployed app, go to https://melbee.herokuapp.com/!

If you want to make a copy up to your local environment to run the app locally, follow the steps below.

Firstly, please clone the repo.

git clone [email protected]:melBee-newsletter/melBee.git

Once you cloned it, let's get the backend and frontend servers start running.

Set up the backend server

Go to melBee/backend, and set up the virtual environmt.

python3 -m venv env

If you're using Mac terminal or Windows Bash, run:

source ./env/bin/activate

If you're using Windows PowerShell, run:

.\env\Scripts\Activate.ps1

Go to melBee/backend, and install the libraries we use.

pip3 install -r requirements.txt

Go to your Google Account setting page and create an app password.

Open up the local postgreSQL by running psql and create a database called "melbee".

CREATE DATABASE melbee;

Go to melBee/backend/app/database, and create a .env.local file and add information below.

DATABASE_URL=postgresql://YOUR DB USERNAME:YOUR DB PASSWORD@localhost/melbee
EMAIL_ADDRESS="YOUR EMAIL"
EMAIL_PASSWORD="YOUR APP PASSWORD"

In melBee/backend/app, run:

uvicorn main:app --reload

Set up the React server

Go tomelBee/frontend, and install the dependencies listed in package.json by running:

npm install 

Start the React server by running:

npm run dev

melbee's People

Contributors

hiro-kanetake avatar walnut07 avatar kugaitomomi avatar julioqui avatar takhof avatar

Stargazers

 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.