Skip to content

A school assignment where i built a document management system with a WYSIWYG editor and relational database.

Notifications You must be signed in to change notification settings

zandrastr/mi-assignment-notes-my-sql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Notes App with text editor & MySql 🚀🎨📝

A school assignment where i built a document management system with a relational database.
My app has a basic login functionality and documents are created and saved in a MySQL database.
The WYSIWYG text editor, TineMCE, allows changing both text color and background color.

Tech Stack

  • Vanilla JavaScript
  • Express server
  • TinyMCE editor
  • MAMP, PHPMyAdmin, MySQL

2023-06-24 (11)

To run the project

The project follows the headless principle, but the project structure is created in one repository.
In the root, there is a folder named "frontend" and a folder named "backend".

Install packages with "npm i". Run the backend using "nodemon start". Run the frontend using LiveServer.

About

A school assignment where i built a document management system with a WYSIWYG editor and relational database.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published