ricardocastanho / scrum-api

Project to pratice TypeScript, GraphQL, Clean Code, Clean Architecture and Unit Tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

↗️ Scrum API ↗️

🚀 Make awesome things! 🚀


📥 First clone this repository

git clone <https://github.com/ricardocastanho/scrum-api.git>

➡️ Then access this project

cd scrum-api

⬆️ Install the dependencies

yarn

🗄️ Make the database instance

docker-compose up -d

🗃️ Migrate the database

yarn knex migrate:latest

🌱 Seed fake data

yarn knex seed:run

🔍 Check code sintax

yarn eslint .

✅ Test everything

yarn test

🔨 Build the aplication

yarn build

🆙 Start server

yarn start

🎉 And done! 🎉

💻 Access server
✡️ Write in GraphQL playground!


🛠 Tecnologies used

About

Project to pratice TypeScript, GraphQL, Clean Code, Clean Architecture and Unit Tests


Languages

Language:JavaScript 52.4%Language:TypeScript 47.3%Language:Shell 0.3%