Skip to content

saddam-satria/simple-blog

Repository files navigation

simple-blog

Simple blog apps with PERN Stack technologies

Getting Started

npm install
cd views npm install

Development Mode

npm run dev
cd views npm start

Running Port

server port is 5000 & react port is 3000
localhost:5000 as a server and localhost:3000 as a client

sequelize-cli

npx sequelize -h

Postgres Configure

download and install postgresql https://www.postgresql.org/download/
change database config in .env or you can create .env file and make sure
variabel names are same in folder app/config

redis store refresh token

make sure you have redis-server on your server
if you don't, you can download at this link https://redis.io/

This website is build for backend side

purpose of this website is build backend side with postgres and node express
front end (react) is not get improvement
if you want get better user interface, you can modify in views folder

note: this website is not deployment, just for practice

Releases

No releases published

Packages

No packages published