mcwiekala / camp-trello-clone

This is the project for Coders Camp 2021 edition - the biggest open software bootcamp in Poland! It cover module 3 (Node), 4 (Typescript) and 5.
2 stars 3 forks source link
coderscamp coderscamp2021 coderscamp2021-dzial-3-4-5

Coders camp project - module 2

Trello clone

Setup

Install all packages by using yarn.

inside frontend package create .env file with following variable SKIP_PREFLIGHT_CHECK=true.

Start development with yarn start.

Figma

project

Mantine

documentation

Conventional commits

documentation

Docker

To run MongoDB on docker container go to ./docker path and use:

docker-compose up -d

to stop docker container use:

docker-compose down

To restart the data to init state use:

docker volume rm docker_TC_mongo_data

If you have some problems with removing old containers use:

yes | docker-compose rm

Postman

Import files

set PORT in environment variables

New request

instead of using explicit port number use {{PORT}} variable, for example: http://localhost:{{PORT}}/v1/

Export collection

Click on three dots(...) in collection and Export file. Use recommending setting: Collection v2.1

More info: Managing environments Importing and exporting data