Back
Mobile | Thu Apr 14 20222,070 views

Fullstack App

Thumbnail

Welcome back my friend! 🤓

This is a full stack app built with React Native, Graphql, Apollo server, and client.

About this app

Backend

By building this app we learn how to set up a server using Apollo Server, we create a Graphql schema and resolvers.

Frontend

We learn how to use React Native to create a mobile app, add navigation, how fetch data from a server and how to use Graphql to query data.

Dependencies

Backend

yarn add apollo-server
yarn add graphql

Frontend

yarn add @apollo/client
yarn add graphql
yarn add @react-navigation/native-stack
yarn add @react-navigation/native
yarn add react-native-safe-area-context
yarn add react-native-screens

Conclusion

It's no secret that building a full stack app is a lot of work, but it will help you to improve many aspects of your development. After building this app you will have a better idea of how big projects work under the hood.

Frontend

Youtube GitHubDownload

Backend

Youtube GitHubDownload

Go back to Projects