Skip to content

Quickstart wizard NextJS and ExpressJS with Mongoose CRUD (MongoDB) for your first project.

Notifications You must be signed in to change notification settings

ade1256/quickstart-template-nextjs-express-mongoose-crudify-mongodb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quickstart wizard NextJS and ExpressJS with Mongoose CRUD (MongoDB) for your first project.

When you wanna build something but you need boilerplate, this can make you help your project faster and safe your time.

Demo Image

Dependencies

Uses a number of packages to work properly:

  • body-parser - Parse incoming request bodies in a middleware before your handlers, available under the req.body property.
  • dotenv - Dotenv is a zero-dependency module that loads environment variables from a .env file into process.env. Storing configuration in the environment separate from code is based on The Twelve-Factor App methodology.
  • express - Fast, unopinionated, minimalist web framework for node.
  • glob - Match files using the patterns the shell uses, like stars and stuff.
  • isomorphic-unfetch - Switches between unfetch & node-fetch for client & server.
  • mongoose - Mongoose is a MongoDB object modeling tool designed to work in an asynchronous environment.
  • mongoose-crudify - Generates crud routes for mongoose model
  • next - The react framework
  • react - React is a JavaScript library for creating user interfaces.
  • react-dom - This package serves as the entry point to the DOM and server renderers for React. It is intended to be paired with the generic React package, which is shipped as react to npm.

Installation

requires Node.js v4+ to run.

first clone this repository.

$ git clone https://github.com/ade1256/quickstart-template-nextjs-express-mongoose-crudify-mongodb

Go to repository

$ cd quickstart-template-nextjs-express-mongoose-crudify-mongodb
$ npm install
$ npm run dev

and then server up and running on

http://localhost:3333/

License

MIT

Free Software, Hell Yeah!

About

Quickstart wizard NextJS and ExpressJS with Mongoose CRUD (MongoDB) for your first project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published