GithubHelp home page GithubHelp logo

foursfeir's Introduction

FourSFEIR

A little openspace booking app

Features

  • Social login with google
  • Multiple rooms, a.k.a. cities
  • Self booking for full days, mornings or afternoons
  • Temporary guests on a booking
  • Book other colleagues if they forgot

Development

Prerequisites :

  • Install gcloud CLI
  • Init gcloud with gcloud init
  • Set up Application Default Credentials for a local development environnement by gcloud auth application-default login
  • Copy .env.example to.env, fill environnement variables.

To run this locally, make sure your project's local dependencies are installed:

npm ci

Afterwards, start the Remix development server like so:

npm run dev

Open up http://localhost:3000 and you should be ready to go!

Create an index on datastore

Run this command

cloud datastore indexes create YOUR_INDEX_FILE

Migration

Extract each tables to a csv file and put it inside the scripts/data folder.

Run npx zx scripts/seed.mjs to migrate the data

Option : --reset to delete all data

Deploying

If you're familiar with deploying Node applications, the built-in Remix app server is production-ready.

Make sure to deploy the output of npm run build

  • build/server
  • build/client

Links

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.