Skip to content

client/server side mobile application using the following technologies such as GraphQL, Apollo, NodeJS(Express) and MongoDB

Notifications You must be signed in to change notification settings

Dmitry-savenkov/MovieApp-ReactNative

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MovieApp-ReactNative

Find the perfect movie to watch you didn’t even know exist. Just tell filmless what you’re into, and we’ll do the rest.

Welcome Page SignIn Page SignUp Page
Discover Tab Watchlist Tab Lists Tab Search Tab

running the project

In order to run the project, you need to first create a env.js file in the root of the project.

const API_KEY = 'yourapikey';

export default API_KEY;

The API key is a private key generated from TMDb. To generate an API key visit this link.

You can then run the app by running:

Run the server:

cd server/
npm i
npm run dev

Run the client:

cd client/
yarn
expo start
i

About

client/server side mobile application using the following technologies such as GraphQL, Apollo, NodeJS(Express) and MongoDB

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published