Skip to content

A Sample CRUD Functionality built with NextJS and MongoDB .

License

Notifications You must be signed in to change notification settings

wilken311/shop_nextjs-app

Repository files navigation


Logo

Next JS + MongoDB App

CRUD Functionality

A Sample CRUD Functionality built with NextJS and MongoDB .

About The Project

Product Name Screen Shot

This project covers only the basic functionality on how to create, read, update, and delete data using NextJS with MongoDB. It also has authentication functionality, where the user can sign up and sign in. Moreover, it uses a creative-tim template for the design built on top of Tailwind CSS.

Built With

  • NextJS
  • MongoDB
  • TailwindCSS

Getting Started

Prerequisites

Developer must have the following.

Installation

Steps on how to install the project locally:

  1. Clone the repo

    git clone https://github.com/wilken311/shop_nextjs-app.git
  2. Install NPM packages

    npm install
  3. Create .env.local.file: For more info visit Environmental Variables

    MONGODB_URI="mongodb://0.0.0.0:27017"
    MONGODB_DB="NAME OF YOUR DATABASE"
    DEV_URL="http://localhost:3000"
    CLOUDINARY_URL="ENTER YOUR CLOUDINARY API"
    NODE_ENV="NODE_ENV";
  4. Run the app.

    npm run dev;

Roadmap

  • Sign-Up
  • Sign-In / Sign Out
  • Create Data
  • Read Data
  • Update Data
  • Delete Data
  • Upload Photo

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

Acknowledgments

Credits to the following:

About

A Sample CRUD Functionality built with NextJS and MongoDB .

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published