Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 1.09 KB

README.md

File metadata and controls

46 lines (35 loc) · 1.09 KB

NFT

User-Admin Stories:

  • You can sign up and login.
  • There is two roles, user and admin.
  • If you want to be an admin you can login as normal user and write this query in your psql "UPDATE users SET role = 'admin' WHERE id = (your id);" then login again.
  • Admin can click on a "Add NFT" button and see a modal to create a new NFT.
  • You can see all NFT on the main page.
  • You can add NFT to your cart and delete it.

Installation

  • In any folder, open your terminal
  • write git clone https://github.com/GSG-G13/NFT.git
  • Then cd NFT
  • run npm i
  • run npm run dev
  • In another terminal cd client
  • run npm i
  • run npm run dev
  • open http://localhost:5173/ in your browser

NOTE: Check out example.env


USED Technologies:

  • HTML
  • CSS
  • Javascript
  • Expressjs
  • Postgresql
  • NPM packages

This app is presented to you by: