Skip to content

The frontend for Voyage admin application. Voyage is a service that allows users to plan their trips and look for relevant knowledge about cities.

Notifications You must be signed in to change notification settings

voyageglobal/voyage-admin

Repository files navigation

Voyage Admin

Netlify Status

Description

The admin web app for Voyage.

Voyage is a service that allows users to plan their trips and look for relevant knowledge about cities.

Documentation

Useful documentation can be found in the docs folder.

Application stack

  • Next.js
  • React
  • DaisyUI
  • TypeScript
  • Jest
  • React Testing Library

Installation

$ npm install

Environment variables

# Create a .env file in the root of the project and add the environment variables
# The .env.example file contains the list of required environment

Running the app

# development
$ npm run dev

Swagger

The swagger UI is available at the following endpoint: /api/docs

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

About

The frontend for Voyage admin application. Voyage is a service that allows users to plan their trips and look for relevant knowledge about cities.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published