Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.21 KB

README.md

File metadata and controls

34 lines (25 loc) · 1.21 KB

exchange-backend

The backend repo for exchange

Set up

Command Behavior
npm install install dependencies
npm start start the backend server listening on port 8000
  1. Run npm install to install dependencies.
  2. Create file named ".env" in the root directory.
  3. Inside the .env file, put in the following values.
    DB_CONNECTION='ASK TONY FOR THIS'
    TOKEN_SECRET='ANY STRING YOU WANT'
    CLOUDINARY_NAME=ASKFRANK
    CLOUDINARY_KEY=ASKFRANK
    CLOUDINARY_SECRET=ASKFRANK
  1. Run npm start to host the server on port 8000.
  2. A detailed guide on how to make API calls to the server is in the API documentation down below.

API documentation
Postman team workspace

Express Tutorials