Skip to content

CSMT-Westwood/exchange-backend

Repository files navigation

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

About

The backend repo for exchange

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published