Skip to content

eamaya82/photobook-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Photobook API

Installation

git clone https://github.com/gmoralesc/photobook-api

npm install

Create a .env file in the root directory, example:

SERVER_HOSTNAME=127.0.0.1
SERVER_PORT=3000

RUN SERVER

  • Development: npm run dev
  • Production: npm start

RUN MONGO DB

cd ~
mongod --dbpath ~/data/db

GIT Commands

git config --global credential.help 'cache t=36000'

About

Curso FullStack - BackEnd

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published