Skip to content

Shaik-Kamil/PERN-backend-portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backend using PostgreSQL to store the database.

Instructions

fork and clone this repository to your local machine. Once you have done that, navigate to the file and open it using VsCode.once inside, npm i to install any dependencies. after that create a .env file with the following values:

PORT=(it can be any port number from 3000 to whatever you want) PG_HOST=localhost PG_PORT=5432 PG_DATABASE=games_list PG_USER=postgres

once this is done. in the terminal type in the command "nodemon" to start the server. You will be able to see the data displayed at its appropriate endpoints and its unique id(if applicable).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published