Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oleksiyrudenko/replex
https://github.com/oleksiyrudenko/replex
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/oleksiyrudenko/replex
- Owner: OleksiyRudenko
- Created: 2024-11-12T14:47:22.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-12T14:49:51.000Z (about 2 months ago)
- Last Synced: 2024-11-12T15:37:34.589Z (about 2 months ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# REPLEX
## Dev env setup
Project:
- Install [NodeJS + npm](https://nodejs.org/en/download/package-manager) (e.g. v20.17)
- _[recommended]_ Node Version Manager (NVM):
- [Windows](https://github.com/coreybutler/nvm-windows/releases)
- [Linux/MacOS](https://github.com/nvm-sh/nvm)> NVM is recommended to manage multiple versions of NodeJS on work machine,
> which may be required by multiple locally hosted projects.Dolt-managed DB:
- Install [dolt](https://docs.dolthub.com/introduction/installation)
- Install [MySQL server](https://dev.mysql.com/downloads/mysql/) (e.g. MySQL CS v8.4.3)## Getting started with DB on dolthub
```
dolt clone rudenko/data-delivery-roadmap```
See also: https://docs.dolthub.com/introduction/getting-started/database