open-format / get-started

Welcome to the GetStarted template for OPENFORMAT – your gateway to integrating core features of the OPENFORMAT platform into your project.
MIT License
1 stars 0 forks source link

Setup Basic Project Structure with Docker Integration #1

Closed tinypell3ts closed 11 months ago

tinypell3ts commented 11 months ago

Description: Create a basic project structure for our new application. This should include separate folders for the backend and frontend, along with a skeleton Dockerfile for containerisation.

Tasks:

  1. Create Project Folders:

    • /backend: For backend code.
    • /app: For frontend code.
  2. Initialise Backend:

    • Set up a basic server (Bun.js/Hono).
    • Include a package.json file.
  3. Initialise Frontend:

    • Set up a basic React application.
    • Include a package.json file.
  4. Create Dockerfile:

    • Create a Dockerfile in the root directory.
    • Set up stages for both frontend and backend.
    • Ensure the application can be built and run using Docker.
  5. Documentation:

    • Update the README.md with instructions on how to set up and run the project using Docker.

Acceptance Criteria:

tinypell3ts commented 11 months ago

Decided to not use Docker to keep things simple. We're using Turborepo instead. - https://github.com/open-format/get-started/commit/6469349aee04f0a62849910d2956d43fab2d46bb