Coder Social home page Coder Social logo

itemfinder's Introduction

ItemFinder - Mock E-Commerce Application

This repository includes the Express Server, React client, and React-Native mobile client projects. As it is currently, both of the individual clients are running on the same Express server on separate ports. It must utilize an https server to meet Google Chrome's session/cookie requirements (used by the client-side React app). All projects have been created with Typescript with the ./server/src/server.ts being the origin. The application also uses Redis for session authentication.

Env Variables

The application uses Dotenv to manage the env variables- the default location for the .env file is in the ./server/ directory. (This can be changed if you configure the Dotenv path in ./server/src/server.ts)

PORT=xxxx
PORT_MOBILE=xxxx
NODE_ENV=development
CORS_ORIGIN=xxxxxx
PG_DATABASE=xxxxxx
PG_HOST=xxxxxx
PG_PORT=xxxxxx
PG_PASSWORD=xxxxxx
PG_USER=xxxxxx
SESSION_SECRET=xxxxxx
COOKIE_NAME=xxxxxx
JWT_SECRET=xxxxxx
JWT_EXPIRES_IN=xxxxxx
REDIS_PORT=xxxxxx
REDIS_URL=xxxxxx

itemfinder's People

Watchers

James Cloos avatar Will Koste 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.