https://github.com/koompi/org-account-example
https://github.com/koompi/org-account-example
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/koompi/org-account-example
- Owner: koompi
- Created: 2020-07-05T14:13:57.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T17:19:46.000Z (over 3 years ago)
- Last Synced: 2025-07-02T21:43:41.117Z (about 1 year ago)
- Language: JavaScript
- Size: 95.7 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Org Account
This is an example project for creating a web app that has:
- users
- orgs
- auth roles
To run this project first you need to generate a mock database.
```Bash
npm i && npm run init-db
```
Then run the database:
```Bash
npm run start-db
```
Finally run the development
```Bash
npm run start-app
```