GithubHelp home page GithubHelp logo

frontend-2030 / next-crud Goto Github PK

View Code? Open in Web Editor NEW

This project forked from roldanjr/next-crud

1.0 0.0 0.0 397 KB

Full-stack CRUD app built using NextJS.

Home Page: https://next-crud.vercel.app/

JavaScript 76.65% SCSS 23.35%

next-crud's Introduction

Project Preview

Table of Content

1. Folder Structures

+---components
+---icons
+---models
+---pages
|   \---api
|       \---employees
+---store
|   +---actions
|   +---reducers
|   \---sagas
+---styles
\---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
  yarn install or npm install
  1. Add environment variables on your .env.local
  MONGO_URI=
  1. Start the development server
  yarn dev or npm run dev
  1. Build for production
  yarn build or npm run build
  1. Run production mode
  yarn start or npm start

4. License

MIT © Roldan Montilla Jr

next-crud's People

Contributors

roldanjr avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.