voyageglobal / voyage-admin

The frontend for Voyage admin application. Voyage is a service that allows users to plan their trips and look for relevant knowledge about cities.
https://voyage-admin.netlify.app
0 stars 0 forks source link
daisyui nextjs nextjs-app-router react react-query react-table tailwindcss

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

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