Giter Club home page Giter Club logo

flit's Introduction

== Getting started with Flit

This is a quick-and-dirty monorepo for development purposes, containing two separate repos.

  • flit-client contains the frontend client.
  • flit-server contains the backend service.

== Running

To run the client, from a command prompt in the flit-client folder, run:

 npm install
 npm run build
 npm start

To run the server, from a command prompt in the flit-server folder, run:

 npm install
 npm run build
 npm start

By default the client starts a service on port 3000, and the server on port 4000.

=== Docker

To run in docker, from the flit project directory, run:

docker compose up -d

This will build an image with node depenencies and start a container named flit_dev_1.

To start the client and server, connect to the container by running:

docker exec -ti dev_flit_1 bash

then, within the container, start the client with:

cd /usr/src/flit/flit-client
npm start

or the server with:

cd /usr/src/flit/flit-server
npm start

=== History flit-client was bootstrapped with create-react-app using the TypeScript template. The command used was npx create-react-app flit-client --template typescript.

flit-server contains the backend service, which was bootstrapped from the Microsoft TypeScript Node Starter repo. The command used was git clone --depth=1 https://github.com/Microsoft/TypeScript-Node-Starter.git flit-server. After cloning the template repo, npm install was run, followed by npm audit fix to correct a set of security vulnerabilities.

The git repos created by both these bootstrap steps were then destroyed by calling rm -rf .git within the flit-client and flit-server directories, a new git repo was set up in the root directory with git init, and the initial state of both directories was committed to it.

flit's People

Contributors

renovate[bot] avatar jwodicka avatar jettjones avatar renovate-bot avatar byackley avatar jacelium avatar kaivex avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

jettjones

flit's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Warning

These dependencies are deprecated:

Datasource Name Replacement PR?
npm @types/concurrently Unavailable
npm @types/winston Unavailable
npm bcrypt-nodejs Unavailable
npm node-sass Unavailable
npm request Unavailable
npm request-promise Unavailable

Rate-Limited

These updates are currently rate-limited. Click on a checkbox below to force their creation now.

  • Update dependency async to v3.2.5
  • Update dependency connect-sqlite3 to v0.9.15
  • Update dependency nodemon to v2.0.22
  • Update dependency react-scripts to v3.4.4
  • Update dependency request-promise to v4.2.6
  • Update dependency babel-plugin-module-resolver to v4.1.0
  • Update dependency body-parser to v1.20.2
  • Update dependency chai to v4.5.0
  • Update dependency dotenv to v8.6.0
  • Update dependency express-session to v1.18.0
  • Update dependency graphql to v14.7.0
  • Update dependency lusca to v1.7.0
  • Update dependency passport to v0.7.0
  • Update dependency react-router-dom to v5.3.4
  • Update dependency typescript to v3.9.10
  • Update dependency winston to v3.13.1
  • Update react monorepo to v16.14.0 (react, react-dom)
  • Update testing-library monorepo (@testing-library/jest-dom, @testing-library/react, @testing-library/user-event)
  • Update Node.js to v20
  • Update actions/cache action to v4
  • Update actions/checkout action to v4
  • Update actions/setup-node action to v4
  • Update dependency babel-plugin-module-resolver to v5
  • Update dependency chai to v5
  • Update dependency concurrently to v8
  • Update dependency dotenv to v16
  • Update dependency eslint to v9
  • Update dependency express-validator to v7
  • Update dependency graphql to v16
  • Update dependency node-sass to v9
  • Update dependency nodemon to v3
  • Update dependency react-router-dom to v6
  • Update dependency react-scripts to v5
  • Update dependency sequelize to v6
  • Update dependency sqlite3 to v5
  • Update dependency supertest to v7
  • Update dependency ts-node to v10
  • Update dependency typescript to v5
  • Update graphqlcodegenerator monorepo (major) (@graphql-codegen/cli, @graphql-codegen/typescript, @graphql-codegen/typescript-resolvers)
  • Update react monorepo to v18 (major) (react, react-dom)
  • Update testing-library monorepo (major) (@testing-library/jest-dom, @testing-library/react, @testing-library/user-event)
  • Update typedefs (major) (@types/concurrently, @types/eslint, @types/jest, @types/node, @types/passport-facebook, @types/react, @types/react-dom, @types/supertest)
  • Update typescript-eslint monorepo to v7 (major) (@typescript-eslint/eslint-plugin, @typescript-eslint/parser)
  • ๐Ÿ” Create all rate-limited PRs at once ๐Ÿ”

Edited/Blocked

These updates have been manually edited so Renovate will no longer make changes. To discard all commits and start over, click on a checkbox.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

docker-compose
docker-compose.yml
dockerfile
Dockerfile
  • node 12
github-actions
.github/workflows/nodejs.yml
  • actions/checkout v2
  • actions/setup-node v1
  • actions/cache v1
  • actions/checkout v2
  • actions/setup-node v1
  • actions/cache v1
  • actions/checkout v2
  • actions/setup-node v1
  • actions/cache v1
  • actions/checkout v2
  • actions/setup-node v1
  • actions/cache v1
flit-server/.github/workflows/nodejs.yml
  • actions/checkout v1
  • actions/setup-node v1
  • actions/cache v1
npm
flit-client/package.json
  • @testing-library/jest-dom 5.5.0
  • @testing-library/react 10.0.2
  • @testing-library/user-event 10.0.2
  • @types/jest 25.2.1
  • @types/node 12.12.27
  • @types/react 16.9.32
  • @types/react-dom 16.9.6
  • @types/react-router-dom 5.1.3
  • babel-plugin-module-resolver 4.0.0
  • react 16.13.1
  • react-dom 16.13.1
  • react-router-dom 5.1.2
  • react-scripts 3.4.1
  • typescript 3.8.3
flit-server/package.json
  • apollo-server-express 2.12.0
  • async 3.2.0
  • bcrypt-nodejs 0.0.3
  • body-parser 1.19.0
  • compression 1.7.4
  • connect-sqlite3 0.9.11
  • dotenv 8.2.0
  • errorhandler 1.5.1
  • express 4.17.1
  • express-flash 0.0.2
  • express-session 1.17.1
  • express-validator 6.4.0
  • fbgraph 1.4.4
  • lodash 4.17.15
  • lusca 1.6.1
  • nodemailer 6.4.6
  • passport 0.4.1
  • passport-facebook 3.0.0
  • passport-local 1.0.0
  • pug 2.0.4
  • request 2.88.2
  • request-promise 4.2.5
  • sequelize 5.21.6
  • sqlite3 4.1.1
  • winston 3.2.1
  • @graphql-codegen/cli 1.13.3
  • @graphql-codegen/typescript 1.13.3
  • @graphql-codegen/typescript-resolvers 1.13.3
  • @types/async 3.2.0
  • @types/bcrypt-nodejs 0.0.31
  • @types/body-parser 1.19.0
  • @types/chai 4.2.11
  • @types/compression 1.7.0
  • @types/concurrently 5.1.0
  • @types/errorhandler 1.5.0
  • @types/eslint 6.8.0
  • @types/express 4.17.4
  • @types/express-flash 0.0.2
  • @types/express-session 1.17.0
  • @types/jest 25.2.1
  • @types/jquery 3.3.34
  • @types/lodash 4.14.149
  • @types/lusca 1.6.1
  • @types/node 12.7.8
  • @types/node-sass 4.11.0
  • @types/nodemailer 6.4.0
  • @types/passport 1.0.3
  • @types/passport-facebook 2.1.9
  • @types/passport-local 1.0.33
  • @types/pug 2.0.4
  • @types/request 2.48.4
  • @types/request-promise 4.1.46
  • @types/shelljs 0.8.7
  • @types/sqlite3 3.1.6
  • @types/supertest 2.0.8
  • @types/validator 13.0.0
  • @types/winston 2.4.4
  • @typescript-eslint/eslint-plugin 2.28.0
  • @typescript-eslint/parser 2.28.0
  • chai 4.2.0
  • concurrently 5.1.0
  • eslint 6.8.0
  • graphql 14.6.0
  • jest 25.4.0
  • node-sass 4.13.1
  • nodemon 2.0.3
  • shelljs 0.8.3
  • supertest 4.0.2
  • ts-jest 25.4.0
  • ts-node 8.8.2
  • typescript 3.8.3
package.json
  • concurrently 5.1.0

  • Check this box to trigger a request for Renovate to run again on this repository

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.