项目作者: roldanjr

项目描述 :
Full-stack CRUD app built using NextJS.
高级语言: JavaScript
项目地址: git://github.com/roldanjr/next-crud.git
创建时间: 2020-09-26T08:27:32Z
项目社区:https://github.com/roldanjr/next-crud

开源协议:

下载


Project Preview

Table of Content

1. Folder Structures

  1. +---components
  2. +---icons
  3. +---models
  4. +---pages
  5. | \---api
  6. | \---employees
  7. +---store
  8. | +---actions
  9. | +---reducers
  10. | \---sagas
  11. +---styles
  12. \---utils

2. Libraries & Frameworks

Name Description
NextJS The React Framework for Production.
ReactJS A JavaScript library for building user interfaces.
Redux A Predictable State Container for JS Apps.
Redux Saga A middleware used to handle side effects in Redux.
React Hook Form Performant, flexible and extensible forms with easy-to-use validation.
Mongoose Elegant mongodb object modeling for node.js

3. Installation & Set Up

  1. Install project dependencies
  1. yarn install or npm install
  1. Add environment variables on your .env.local
  1. MONGO_URI=
  1. Start the development server
  1. yarn dev or npm run dev
  1. Build for production
  1. yarn build or npm run build
  1. Run production mode
  1. yarn start or npm start

4. License

MIT © Roldan Montilla Jr