Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dolphjs/basic-sample-dolph-app

A sample dolphjs application that utilizes all the core utilities provided by dolphjs. Study the codebase to understand how to use dolphjs
https://github.com/dolphjs/basic-sample-dolph-app

Last synced: about 5 hours ago
JSON representation

A sample dolphjs application that utilizes all the core utilities provided by dolphjs. Study the codebase to understand how to use dolphjs

Awesome Lists containing this project

README

        

# dolphjs sample app

A simple application to illustrate how to use dolphjs and utilize it's utility functions

# start

- edit the mongoose url in the `dolp_confg.yaml` file to suit yours

- run `yarn` to install packages then install nodemon [I have nodemon installed gloablly]

- run the `yarn dev:docker:start` command to start the mongoose docker container (make usre you have docker installed. Alternatively, you can forget about using docker)

- run `yarn dev:start` to start the application in development mode or `yarn start` to run in production mode