Skip to content

Latest commit

 

History

40 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyBlog

Getting started

To run this project, you need to download it and run it locally. Before starting, you must install the dependencies and then run the application. First you need to set the database

Main stack

This app use Node.JS and PostgreSQL databases. Its you're can download there: NodeJS, PostrgeSQL.

Installing

Firstly you should install dependencies

npm install

Then you shoud to set database configuration

Change .env file. This is necessary for the correct setting. You're shoud to create database Change the fields in the file.

JWT_SECRET=secretWord
DOMAIN=http://localhost:3000/

DB_NAME=blog
DB_USER=postgres
DB_PASSWORD=*********
HOST=localhost
DIALECT=postgres
TIMESTAMPS=false

To start:

run the command

npm run start

enter the link in the address bar "localhost:3000"

About

My first blog

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages