This project requires the following software to be intstalled on your system
- NodeJS / NPM - https://nodejs.org/en/
- Git - https://git-scm.com/downloads
You can simply fork this folder to start working on it.
To push your changes to Github/Gitlab you need to create a new repository and push the changes there.
This is the predefined folder structure for this project. You can create new folder and files as per your requirement inside the src
folder inside frontend or backend.
backend
src
middlewares -> create and store new middlewares here
models -> create and store new models here
routes -> create and store new route groups here
utils -> create and store new utilities here
frontend
src
components -> create and store components here
pages -> create and store pages here
utils -> create and store utilities here