Skip to content

JiggyDevs/twikkl-api

Repository files navigation

Twikkl API

Description

Nest framework TypeScript starter repository.

Installation

$yarn install

Running the app

# development
$ yarn run start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod

Test

# unit tests
$ yarn run test

# e2e tests
$ yarn run test:e2e

# test coverage
$ yarn run test:cov

TODO

  • Implement User Feed (Currently fetches all posts from users that the user follows, groups he is in, and sorts them by date. Would sort by likes and comments in the future.)
  • [] Implement Pagination
  • [] Remove password from responses
  • [] Group only posts
  • [] Test comments and likes
  • [] Test repost
  • [] Implement file upload
  • [] Implement file streaming
  • [] Implement file download
  • [] Implement caching

About

API for Twikkl app - Decentralized video sharing app with social services and more

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published