pushpendrahpx / conversion-lamp

A 📁 file conversion app, you'll ever need.
https://conversion-lamp.surge.sh/
MIT License
5 stars 7 forks source link

Add utility functions for the webserver #15

Open hp77-creator opened 1 year ago

hp77-creator commented 1 year ago

if the server file is added, we will also need some utility functions to go with them. So add necessary functions required for a full-functioning webserver.

Rishabhraghwendra18 commented 1 year ago

Hi @hp77-creator, I think you need an webserver which you will connect to your frontend using APIs. I can work on this issue. My workflow will be like this:

1. create the root directory as mono-repo because there will be frontend code and backend code (server)
2. There will be a folder in root directory as `packages` under which there will we folder as `frontend` and `server`

If you have any suggestions please let me know