Skip to content

DigitalNews/marketing-service-rest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

marketing-service-rest

Setup

  1. Go to project folder

cd marketing-service-rest

  1. Install Dependencies

npm run setup

  1. Create .env with following content
PORT=3000
SECRET=AAA

// firebase config proyect

TYPE=
PROJECT_ID=
PRIVATE_KEY_ID=
PRIVATE_KEY=
CLIENT_EMAIL=
CLIENT_ID=
AUTH_URI=
TOKEN_URI=
AUTH_PROVIDER=
CLIENT_CERT=

Run

  1. Start Server

npm start

  1. Open in url or using an Endpoint tester (postman)

http://127.0.0.1:3000/

http://localhost:3000/

About

marketing service api rest node.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published