Skip to content

Jing-Solar-153335/luna-backend-code-interview

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Luna-Backend-intervew

Please build the backend boilerplate project for NFT metadata(use opensea metadata standard) server using node.js/typescript.

For database, plz use the PostgreSQL and Knex.js(NPM package that can intereact with sql).

Backend should have CRUD functions for metadata.

No authentication needed.

Please fork this repo and send forked repo url once it's done.

How to

npm start (run service)

npm run make:migration --name metadata

npm run migrate (run migration)

npm run test (run test)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 89.9%
  • JavaScript 7.2%
  • Makefile 1.8%
  • Dockerfile 1.1%