MiReddit API made with Typescript, NodeJS/Express, TypeORM, GraphQL and Apollo
Link: https://api.viniciuskmv.codes/
- Create/Edit/Delete Posts
- Register and Login User
- React to posts
- Clone or download the repo
yarn
to install dependencies- rename .env.example to .env
- Modify .env and .env.production information to your own
yarn watch
andyarn dev
to start