https://github.com/rhenzala/blog-backend
Backend for mini blog built with React, Tailwind, Node, Express, PostgreSQL, Prisma, JWT
https://github.com/rhenzala/blog-backend
expressjs jwt postgresql prisma-orm
Last synced: 9 months ago
JSON representation
Backend for mini blog built with React, Tailwind, Node, Express, PostgreSQL, Prisma, JWT
- Host: GitHub
- URL: https://github.com/rhenzala/blog-backend
- Owner: rhenzala
- Created: 2025-03-19T03:29:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-24T04:48:42.000Z (over 1 year ago)
- Last Synced: 2025-10-14T16:04:01.700Z (9 months ago)
- Topics: expressjs, jwt, postgresql, prisma-orm
- Language: JavaScript
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Backend for MiniBlog
This is the backend for [MiniBlog](https://github.com/rhenzala/blog-users)
## Links
- [MiniBlog](https://github.com/rhenzala/blog-users)
- [Admin](https://github.com/rhenzala/blog-admin)
## Installation and usage
1. Clone the repo:
```
git clone https://github.com/rhenzala/blog-backend
cd blog-backend
```
2. Install dependencies:
```
npm init -y
npm install
```
3. Run the server:
```
node --watch app.js
```
or if prefer using script:
```
npm run start
```