Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dolphjs/basic-sample-dolph-app
- Owner: dolphjs
- License: mit
- Created: 2023-11-29T23:41:32.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-14T15:45:09.000Z (10 months ago)
- Last Synced: 2024-01-14T21:04:07.448Z (10 months ago)
- Language: TypeScript
- Size: 7.81 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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