cardotrejos / products-fe

Nextjs for products CRUD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started

  1. Install dependencies
npm install
# or
yarn
  1. Start the development server
npm run dev
# or
yarn dev

Login vars to test the app

Make sure to create the username and password in the BE with the endpoint /users

Also there is a seed with created user

username: admin_products
password: admin1234@

About

Nextjs for products CRUD


Languages

Language:TypeScript 96.5%Language:CSS 2.7%Language:JavaScript 0.8%