Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shunyue1320/flint-server
for learning
https://github.com/shunyue1320/flint-server
fastify mysql redis typeorm webpack
Last synced: 3 days ago
JSON representation
for learning
- Host: GitHub
- URL: https://github.com/shunyue1320/flint-server
- Owner: shunyue1320
- License: mit
- Created: 2022-10-23T14:59:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-03T14:09:51.000Z (about 2 years ago)
- Last Synced: 2024-12-03T03:25:49.582Z (2 months ago)
- Topics: fastify, mysql, redis, typeorm, webpack
- Language: TypeScript
- Homepage: https://api.guojianbo.top/health-check
- Size: 512 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# flint-server
for learning
### Installation
```shell
yarn install --frozen-lockfile
```### Setup Environment
1. Create files `development.local.yaml`.
1. Add environment variables following the `config/defaults.yaml` format.### Run the Project
1. Execute at project root:
```shell
yarn run start
```3. Open another terminal and execute at project root:
```shell
node ./dist/index.js
```You should see `ready on http://0.0.0.0:80` if everything is OK.