An open API service indexing awesome lists of open source software.

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

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
```