A simple Web Application using Text processing, Markdown libraries, persistent storage, REST API with file upload.
--> Used marked npm for parsing marked down text to html
--> Used language tool API to check for correct grammar syntax
--> Used KPM algorithm to find word patterns
--> Used multer npm to do file handling in javascript
1.HTML, CSS, JAVASCRIPT for Frontend
2.NODE-JS,EXPRESS-JS,JAVASCRIPT For Backend
3.Database: POSTGRES-SQL
1.Cd over to your folder
2.Setup postgres databse as:
-->const db = new pg.Client({
user: "postgres",
host: "localhost",
database: your postgres database name,
password: your postgres password,
port: your postgres port,
});
3.run npm i
4.run node index.js
5.Headover to your browser at http://localhost:3000