This project is for saving text, images, and other infos. A table manager similar to excel.
-
Open the
index.htmlfile and start using Live Server (e.g., via the Live Server extension in VS Code).If you don’t have Live Server installed, you can also serve the
index.htmlusing any simple HTTP server:npx http-server ./client
- Navigate to the server directory in your terminal:
cd server- Install dependencies
npm install- Start server
node server.jsdocker-compose up --builddocker-compose downDeveloped and maintained by Tristan Ehron Tumbaga