Skip to content

DanPresa/back-end-server-pern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with the back-end server mandatory installation

  1. Download or clone the main repository
  2. Unzip the wrapper folder

Open your terminal (cmd, etc)

  1. Enter unto main folder from your terminal
  2. write: npm install to install all the dependencies

.env file

  1. Create an .env file in the root folder
  2. Define conection parameters
    • USER_DB=YOUR_USER_DB
    • PASSWORD=TOUR_PASS,
    • HOST=localhost,
    • POSTGRES_PORT=5432,
    • DATABASE=tododb

Create a database using postgresSQL

Run the terminal

  1. npm run dev

About

Backend server using node and express

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published