AbhiC7721 / hand-on-project-starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cuvette Hand On Project Starter

Getting Started

This project requires the following software to be intstalled on your system

  1. NodeJS / NPM - https://nodejs.org/en/
  2. Git - https://git-scm.com/downloads

Getting a copy of this starter

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.

Folder Structure

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

About


Languages

Language:JavaScript 46.1%Language:HTML 35.0%Language:CSS 18.9%