Skip to content

dna-technology/dna-task-festivals-nextjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisites

Structure

api

It contains an API for the Festivals Application. It's using express package along with Apollo GraphQL server. It should be used for:

  • logging/registration process
  • data access via GraphQL

web

It's the front-end part of the application built using Next.js framework (version 14.2.4).

Running the app

  • api - npm run start:api
  • web - npm run start:web
  • API tests - npm run test:api
  • Web tests - npm run test:web

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published