Clone this repo and run Docker command.
docker-compose up -d
http://localhost:3000 | API Url
http://localhost:3001 | API Client Url
http://localhost:3002 | API FrontEnd URL
API :
NodeJS,
GraphQL,
TypeScript,
TypeORM,
SQLite,
JWT Auth
API Client:
ReactJS,
Tailwind,
ApolloClient,
GraphQL,
JWT Auth
Sample API Login Informations:
email: company1@companies.com
password: q
email: company2@companies.com
password: w
FrontEnd:
VueJS,
TailWind,