Skip to content

GSG-G13/NFT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •