Skip to content

dzmitryafanasenka/test-node-app

 
 

Repository files navigation

Node.js Blog Service API

This project was created by Igor Lyatsky as part of an iTechArt internship.

I'm maintaining this project for use as a server for interns client applications.

Original Repository

https://github.com/igorlyatskiy/test-node-app

Documentation

The documentation could be found here.

How to run

  • Clone the repository
  • Run npm install command
  • Create a .env file (use .env.example as an example)

with Docker

  • Run npm run dev

without Docker

  1. Run the PostgreSQL server. ( You can use docker-compose start db command to run PostgreSQL server in the docker container)
  2. Run node index.js to start the Node.js server

Release notes

Release notes could be found here.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.8%
  • Other 1.2%