https://github.com/dullahmagic23/blog
Simple blog app utilizing an api
https://github.com/dullahmagic23/blog
nodejs posgres prisma typescript vuejs
Last synced: about 2 months ago
JSON representation
Simple blog app utilizing an api
- Host: GitHub
- URL: https://github.com/dullahmagic23/blog
- Owner: dullahmagic23
- Created: 2023-09-04T18:36:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-04T20:52:34.000Z (over 2 years ago)
- Last Synced: 2025-01-13T20:50:01.533Z (about 1 year ago)
- Topics: nodejs, posgres, prisma, typescript, vuejs
- Language: Vue
- Homepage:
- Size: 130 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# blog
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).