- Node.js v20
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
It's the front-end part of the application built using Next.js framework (version 14.2.4).
api
-npm run start:api
web
-npm run start:web
- API tests -
npm run test:api
- Web tests -
npm run test:web