roza / SvelteSapperGraphQL

Website built with SvelteJS, Node/Express/Sapper, GraphQL, w3css and Mongodb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Progressive responsive web site for the mysterious Sapeur Corp

This is a work in progress, todos:

  • Enhanced tests
  • Remove last bits of REST api with GraphQL
  • Complete Blog, Forum and Support modules
  • Add backoffice for modules management
  • Add RBAC
  • Add Docker

Sapeur is the French word for Sapper, the server side framework of this project.

This full stack Svelte/Sapper project was bootstrapped with the default Sapper template.

It uses the following stack:

Available Scripts

In the project directory, you can run:

yarn mongo or npm run mongo

will start the mongoDB instance. A MongoDb must been installed first with the datafiles in ./db or in another location by setting up the DB_URL prop in ,/src/config.server.js

yarn mongoDefault or npm run mongoDefault

will restore a default dataset in the mongoDb database named sapeur

yarn mongoDump or npm run mongoDump

will dump/backup the database sapeur in the mongoDump folder with the package version as identifier

yarn dev or npm run dev

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

yarn build or npm run build

To build the production code.

yarn start or npm run start

To run the app in production mode.
Open http://localhost:3000 to view it in the browser.

yarn cy:run or npm run cy:run

To run tests with Cypress

yarn cy:open or npm run cy:ruopenn

To access Cypress dashboard

About

Website built with SvelteJS, Node/Express/Sapper, GraphQL, w3css and Mongodb


Languages

Language:HTML 65.6%Language:JavaScript 34.3%Language:CSS 0.1%