mern-starter
mern-starter copied to clipboard
Authentication
Please come with authentication module in coming release.
Hi @birendra-90,
Since this project is deprecated, I started a new MERN project in Typescript. https://github.com/shanhuiyang/TypeScript-MERN-Starter I think the new MERN project can fulfil your requirement. It is featured by:
- RESTful-style, powered by an embedded oauth2 server and passport.js, this project separate client and server clearly.
- React-router 4.0, with it you can easily define client routes and manage them.
- Redux, with it you can easily manage client states.
-
Almost ready for a community app. We modelled
Useras well asArticle. This is a real starter for who would like to build an community app on MERN. - The client code is created from create-react-app, so now you can get rid of annoying configurations for babel and webpack.
The project is still under construction but it already works well now. Please have a try, issues and feedbacks are welcome.