Giter Club home page Giter Club logo

frontspace's Introduction

IMPORTANT: This app heavily requires an actual root domain (not the ones provided by netlify or vercel or GCP). This is due to requirement of subdomain (for ex: deprov447.getfront.space). Now I don't have both time, and money to maintain a actual domain, so just for local usage, we are going to use localhost as root domain.

Front space is a platform to quickly create single paged websites and host it for the world to see.

Local servers

Import demo data in your mongo to start using the app. Run mongorestore ./db_demo

Docker Compose

  • source .env file in root dir (On linux: source .env)
  • docker compose up
  • Open localhost:81 in browser

Non docker way

Client

  • Populate ./client/.env with following keys:
    • REACT_APP_SERVER_URL
    • REACT_APP_CLIENT_URL
    • REACT_APP_IMGBB_API_KEY
  • npm i
  • npm start

Server

  • Populate ./server/.env with following keys:
    • DB_ADDR
    • CLIENT_URL
    • JWT_SECRET
    • REFRESH_TOKEN_SECRET
    • COOKIE_SECRET
    • SESSION_EXPIRY
    • REFRESH_TOKEN_EXPIRY
  • npm i
  • npm start

Build with

Of course love. But also a number of amazing technologies.

Front end

  • React.js
  • Chakra UI
  • Netlify

Back end

  • Express app
  • Node.js
  • Passport.js
  • jsonwebtoken

Deployment

  • AWS
  • Docker
  • Docker Compose
  • Nginx

Other

  • Gitpod
  • Github actions
  • Cloudflare
  • Hostinger

frontspace's People

Contributors

deprov447 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

frontspace's Issues

Subdomain entry

Add a universal element to all form, Subdomain: [] and check for availability, after user stops typing.

Can be achieved in 2 ways as I can think:

  • Indiv Calls
  • Maintain a dict of available subdomains

cleanup

package.jsons
gitignores
src index.html

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.