Skip to content

Prototype Setup for an imginary application, based on NestJs, Postgres and NextJs.

Notifications You must be signed in to change notification settings

tino-tg/c2c-prototype

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

Change2Collect

Monorepo for Change2Collect (C2C) application

Make Commands

In order to use the comfy make commands you should have the Make Automation Tool installed, but it is not absolutely necessary to get the work done.
You can check by running make -v or gmake -v - each is equally efficient from v3 or later

Makefile support for your IDE

Jetbrains or VS Code

Local Development

Make sure to have yarn and Docker (including docker compose) installed.

Setup

Make command

make setup-dev

Or step by step

1. Backend

Follow the backend setup instructions

2. Frontend

Follow the frontend setup instructions

Run the project

Make command

make dev

Or step by step

1. Backend

Follow the backend start instructions

2. Frontend

Follow the frontend start instructions

URL

Visit https://localhost

About

Prototype Setup for an imginary application, based on NestJs, Postgres and NextJs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 70.6%
  • Makefile 12.6%
  • CSS 9.0%
  • Shell 4.9%
  • JavaScript 2.9%