Giter Site home page Giter Site logo

storefront-api's Introduction

Storefront API

A storefront RESTfulAPI provides products, orders, authorization, and cart functionality.

Tech Stack

database: PostgreSQL

Server: Node, Express

Testing: jasmine, supertest

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

DB

TEST_DB

POSTGRES_PORT

POSTGRES_TEST_PORT (must be different from POSTGRES_PORT)

POSTGRES_HOST

POSTGRES_USER

POSTGRES_PASSWORD

HASHING_SALT_ROUNDS

HASHING_PEPPER

JWT_SECRET

ENV

Note

  • ENV default value is "dev"

Run locally

  • First, add .env file with the requiered variables above.

  • second, you will need to create the database container with Docker.

  docker-compose up
  • Then you will need to install the required npm packages using the following command.
  npm install
  • after that you will need to run database migrations using the following command.
  npx db-migrate up
  • Finally, you can run the server using the following command.
  npm start

Ports

  • database port can be specified in environment variables

  • test database port can be specified in environment variables

  • server port is (3000)

Running Tests

To run tests, run the following command

  npm run test

storefront-api's People

Contributors

christa-cheung avatar berkeleycole avatar uanjali avatar marwan-osama avatar sudkul avatar mohassn avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.