Skip to content

michaeltugby0/shopping-list

Repository files navigation

Shopping List

This is a basic Shopping List app which was created with React and GraphQL.

Install the Dependencies

The app requires you to have Node and MongoDB installed.

After downloading the repository, open up a terminal and install the dependencies:

npm install

Running the App

To run the app in dev mode:

npm run dev

To run the app in prod mode:

npm start

In both cases, the app will boot up in parallel with the GraphQL server, and can be accessed by navigating to http://localhost:8080. The GraphQL server can be accessed at http://localhost:8081/graphql (Note: The backend UI is only accessable in dev mode).

To run the GraphQL server in standalone mode:

npm run server

About

Basic shopping list app using React and Apollo.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published