Skip to content
/ Climatch Public

It's a Project for Communication between People, that against CLIMATE Warming fight...

License

Notifications You must be signed in to change notification settings

driif/Climatch

Repository files navigation

Description

Das Ziel von Climatch ist es, eine einfache Kooperation und Zusammenarbeit zwischen den Leuten zu ermöglichen, die zusammen gegen Klima- und Umweltkrise kämpfen.

Backend

wird auf dem Port 3000 laufen db Postgresql wird auf dem Port 5434 laufen

$ npm install
$ npm run db:dev:up
$ npm run prisma:dev:deploy
$ npm run start

Frontend

wird auf dem Port 4200 laufen

$ cd frontend
$ npm install
$ npm run start

http://localhost:4200 (Angular)

Production Mode

# Build (Frontend and Backend)
$ npm run build

# Start Dockercontainer with Postgresql and Prisma
$ npm run db:dev:up
$ npm run prisma:dev:deploy

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Support

Climatch is an MIT-licensed open source project. We are not profitable. We are a community of people who are passionate about climate change and want to help each other.

Stay in touch

License

Climatch is MIT licensed.

About

It's a Project for Communication between People, that against CLIMATE Warming fight...

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published