-
Used ReactJs with Tailwind in order to fast development.
-
If you want run on your computer you can start locally by running this command from front-end folder.
yarn start or npm start
Most challenging part of front-end was using apollo for send request to graphql server
-
Used Express & Graphql with mongoDB as database.
-
You can start server by this command.
yarn start or npm start
I gained lot of experience about how to connect mongodb with graphql and express. I really liked Graphql i think i will use this on many other projects 😄. On front-end i tried tailwind because of many people says that how amazing this library is.