GithubHelp home page GithubHelp logo

osintalex / express-react-poc Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 0.0 230 KB

Proof of Concept for a full stack app with React/Express

Dockerfile 5.98% JavaScript 10.86% TypeScript 67.18% HTML 10.38% CSS 5.61%

express-react-poc's Introduction

Overview

This is a very simple proof of concept repository for building a full stack app with React/Express in TypeScript.

Setup

docker build . -t myapp docker run -p 8000:8000 myapp

Dependencies

To play around with this, you'll need to run a mysql instance on port 3306 and then create a database called test, i.e. CREATE DATABASE test; in SQL speak.

You would also need to expose that to the Express app, so you could do it in a docker-compose.yaml file or add a -p 3306:3306 to the docker run command above if you're running it on localhost.

express-react-poc's People

Contributors

osintalex avatar

Stargazers

Marcelo Lara avatar Paul Grunt avatar Richard Ackroyd 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.