https://github.com/alan345/graphql-react
React auth mongodb express app example
https://github.com/alan345/graphql-react
apollo express graphql mongodb react redux
Last synced: 3 months ago
JSON representation
React auth mongodb express app example
- Host: GitHub
- URL: https://github.com/alan345/graphql-react
- Owner: alan345
- License: mit
- Created: 2018-02-26T00:05:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-08T05:42:23.000Z (over 8 years ago)
- Last Synced: 2025-04-01T20:45:05.243Z (over 1 year ago)
- Topics: apollo, express, graphql, mongodb, react, redux
- Language: JavaScript
- Homepage:
- Size: 165 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React auth mongodb express app example
## Description
An app example with authentication using Create React App, React, React Router, Apollo, Redux and Redux Form.
## Run the app
You have to run the server and the client app to see this example working.
### Client
The client app is all about the user interface.
> IMPORTANT NOTE
>
> The client app has been created with Create React App, which means you can build and run it for production too.
Run it!
1. `cd react-auth-app-example && cd client`
2. `npm install`
3. `npm start`
### Server
This is the server with a GraphQL API.
> IMPORTANT NOTE
>
> The server app is not production-ready.
Run it!
1. `cd react-auth-app-example && cd server`
2. `npm install`
3. `npm start`
## Contributing
Do you know how to improve it? Feel free to contribute to this project.
## License
MIT.
## demo
