Skip to content

I made an API for trello clone where there is many to many relationship between user and section which means user can create a section or be assigned to it. Relationship between section and card is one to many.Users are authenticated via JSON web tokens.API is documented using Swagger/Open Api.

Notifications You must be signed in to change notification settings

felix1234567890/nest-typeorm-trello

Repository files navigation

Instructions

1.First clone this repo to use it localy with this command in your terminal:

git clone <projectURL>

2.Enter into the project with :

cd <projectName>

3.Install all the dependencies with:

npm install

4.Open .env.development file and enter your details for database user, password and name

5.Run the project with:

npm run start:dev

About

I made an API for trello clone where there is many to many relationship between user and section which means user can create a section or be assigned to it. Relationship between section and card is one to many.Users are authenticated via JSON web tokens.API is documented using Swagger/Open Api.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages