Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 892 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 892 Bytes

OpenChart

Openchart is a website for making and sharing flowcharts for free.

Quick Start

Navigate to openchart.online and create an account. Once you have an account switch to the projects tab and create a project to get started. If you dont want to make an account you can use the guest account, guest@openchart.online with the password of Guest1!!

Usage

For Information about how to make flowcharts using this app check out the documentation page on the website. openchart.online/docs

How Its Made

To make openchart I used React for the frontend and Next.js for the backend and to control page navigation. For user authentication I am using 0Auth a 3rd party secure service. For the database I am using MySQL. I set up my own server using Linode cloud services, and set up an https NGINX web server on it.