Skip to content

CodeByAidan/plinkoo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run the application locally

Backend

  1. cd in folder:
cd backend
  1. Install dependencies:
npm i
  1. Build the application:
npm run build
  1. Start the application:
npm run start

Frontend

  1. cd in folder:
cd frontend
  1. Install dependencies:
npm i
  1. Start the application:
npm run dev

Run the application using docker

  • To run the application using Docker, execute the following command in the root directory of your project:
docker-compose up

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 85.4%
  • HTML 8.8%
  • CSS 3.2%
  • Dockerfile 1.4%
  • JavaScript 1.2%