This is a repository which is serving as a backend for my side-project named Trailer-tv, which is a netflix but for trailers! This server is built using Node.js, Apollo Express, TypeScript, Graphql, TypeORM, TypeGraphql, Postgres & Redis.
- Node.js (LTS)
- npm or yarn
- To clone this repo, run
git clone https://github.com/ashwinkhode/trailer-tv-server.git
- After cloning, run
yarn
ornpm install
to install all the dependencies
- To run the development server, run
yarn watch
in one tab. - Then run
yarn dev
in another tab.
If you find any problem, please create an issue with appropriate details. I would be glad to help you with the issue.
Ashwin Khode @ashwin4real
This project is licensed under the MIT License - see the LICENSE.md file for details