MochIsrin068 / udemy-next-shop-backend

strapi apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Next Shop Backend

Backend API for the Shop example in the Next.js course.

Set up

Build and start Strapi with:

npm run build
npm start

If you're still using Node v16 the build step will fail with:

node: --openssl-legacy-provider is not allowed in NODE_OPTIONS

Please upgrade to Node v18, or else edit package.json and change the build script to

"build": "strapi build",

(The --openssl-legacy-provider option is required on Node v17+.)

Administrator

You can log in at localhost:1337/admin by entering admin@example.com as the email and Admin123 as the password.

Users

Username Email Password
Alice alice@example.com Alice123
Bob bob@example.com Bob123

Credits

The plant images are taken from Wikimedia Commons and used under Creative Commons or GNU Free Documentation licenses. They are copyrighted to their respective authors as detailed on each page below:

About

strapi apps


Languages

Language:JavaScript 100.0%