Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My template repository for projects

GitHub last commit Repository size made by @efernandes.tech

Status: In progress | Finished

AboutFeaturesLayoutHow it worksTech StackAuthor

About

My Template Repository - description about the project


Features

  • Feature One:

    • description of task
    • description of task
    • description of task
    • description of task:
      • topic 1
      • topic 2
      • topic 3
  • Feature Two:

    • description of task
    • description of task
    • description of task

Layout

The application layout is available on Draw.io:

Made by @efernandes.tech

Mobile

MyTemplateRepository

Web

MyTemplateRepository


How it works

This project is divided into three parts:

  1. Backend folder (src { API { Controller, Infra } , Worker , Migration }, test { Unit , Integration } )
  2. Frontend folder (src, public, tests)
  3. Mobile folder (src, tests)

Both Frontend and Mobile need the Backend to be running to work.

Pre-requisites

Before you begin, you will need to have the following tools installed on your machine: Git, Node.js, .NET SDK.

In addition, it is good to have an editor to work with the code like VSCode

Running the Backend (Server)

# Clone this repository
git clone git@github.com:efernandes-tech/proj-007-my-template-repository.git

# Access the project folder cmd/terminal
cd backend/src/MyTemplateRepository.API

# install the dependencies
dotnet build

# Run the application in development mode
dotnet run

# The server will start at port: 5000 - go to http://localhost:5000

Run in Postman

Running the Frontend (Web)

# Clone this repository
git clone git@github.com:efernandes-tech/proj-007-my-template-repository.git

# Access the project folder in your terminal
cd frontend

# Install the dependencies
yarn install

# Run the application in development mode
yarn start

# The application will open on the port: 3000 - go to http://localhost:3000

Tech Stack

The following tools were used in the construction of the project:

See the file package.json

Server (.NET + C#)

See the file api.csproj

See the file package.json

Utilities


Author

Ederson Fernandes
Ederson Fernandes

Website LinkedIn Email

About

My repository template for projects

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors