Skip to content

starter app using next.js and apollo, plus adminlte, mongo and passport

Notifications You must be signed in to change notification settings

mtiger2k/nextjs_apollo_starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

react-redux-graphql-passport-starter

npm version Get on Slack Build Status

an example for next.js AdminLTE react-redux apollo/graphql application, with mongo backend support.

About

This is a starter boilerplate app I've put together using the following technologies:

Installation

Running Dev Server

cd server
npm install
install mongo
npm run dev

Running Client

cd client
npm install
copy node_modules/admin-lte to static folder
npm run dev
/register to sign up
/login to log in

Explanation

Client Side

Use react-apollo and apollo-client to fetch data via graphql api.

API Server

Express with apollo server, using passport to authenticate.


Thanks for checking this out.

– Scott, Tian, [[email protected]]

About

starter app using next.js and apollo, plus adminlte, mongo and passport

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published