Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.

kokkoniemi/mato-cloud

Repository files navigation

Mapping Tool Cloud

Developed with Nuxt. See Nuxt documentation.

Application structure

The application mostly follows Nuxt conventions in directory structure

components            // global ui components
composables           // global composition api 
layouts               // ui page layouts
pages                 // route root pages
plugins               // custom plugins for Nuxt
public                // robots.txt etc.
server                // server side code
├── api               // api endpoints
├── db                // database-related content
│   ├── migrations    // db migrations
│   └── schema.prisma // data models
└── middlewares       // server middlewares
.env                  // environment variables

Setup

Make sure to install the dependencies

npm install

Development

Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run build

Checkout the deployment documentation.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published