WebDeveloper0315 / inventory-nextjs-antd

This project can manage inventory using Next.js and Ant Design component.
https://inventory-nextjs-antd.vercel.app
13 stars 9 forks source link

Login details required #9

Open Ioannis7 opened 3 months ago

Ioannis7 commented 3 months ago

Hi, Can I have the access login details for https://inventory-nextjs-antd.vercel.app/

Thank you.

WebDeveloper0315 commented 3 months ago

Hello?

I am developing for this project in local mode, so I can't give the login details for https://inventory-nextjs-antd.vercel.app/.

To run for https://inventory-nextjs-antd.vercel.app/, you have to change the DB_URI in config.ts.

Anyway, to login in local mode or at vercel, at first login, you just type id as "admin" and press login, then admin account will be created with password as "12345678".

You can login easily in local mode with this way.

Refer this....

image