rajayush012 / sahitya

Sahitya is a Node.js based web app, which serves as GitHub for authors.
5 stars 6 forks source link

Separating backend from frontend #4

Closed rajayush012 closed 3 years ago

rajayush012 commented 4 years ago

Currently, the app uses ejs templating system, which basically serves html pages. The code must be mutated so that it can have segregated implementation of frontend and backend.

Stack currently used: Node, Express, MongoDB, EJS Templating (HTML/CSS)

Stack to shift to : Node, Express, MongoDD, React (More will be added as progress is achieved.

rajayush012 commented 3 years ago

The frontend is now separate from the backend.