Git Product home page Git Product logo

webapp's Introduction

Sloan, the sloth mascot

The Full Stack


The Full Stack platform consists of a React (NextJS) webapp that connects to many different microservices, such as a projects service, profile service, search service, connections service etc. to name a few. There are also integrations with third parties such as Firebase (for auth), Firestore, Knock (notifications) and many cloud functions. Currently, we have made the webapp open source. We are in the process of creating The Full Stack API platform for developers to build their own apps on top of The Full Stack API.

The Full Stack is a Next.js project bootstrapped with create-next-app.

Get running locally

  1. Clone this repo

  2. Rename the .env.sample to .env

  3. Update configurations in .env (Note: we are working on sandbox env VARS to run a local env)

  4. Install the dependencies:

npm install
  1. Run the development server:
npm run dev

Open http://localhost:3000 with your browser to see the result.

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages. When deployed to Vercel, these are run as Serverless functions.

Production Deployment

This app is deployed to the Vercel Platform via GitHub.

Removing bloat

Run the following command to scan the repo for unused componenets, routes, etc. and output resulting files that can be removed. Whilst its relatively safe, review the outputted list is worth a quick double check.

node scripts/detect-unused.js

How can I contribute?

There are many ways to contribute to The Full Stack and we really encourage it. You can contribute by:

  • Sharing an idea
  • Refactoring
  • Reporting a bug
  • Creating a PR
  • Improving docs
  • Joining the discussion

For more, check out our Contributing Guide. If you need help, feel free to reach out to anyone on the core team.

Any questions, please reach out to the core team.



Happy Coding ❤️

webapp's People

Contributors

danoely1979 avatar noeltherapie 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.