diconium / ethereal-pulse

Apache License 2.0
1 stars 3 forks source link

Setup project repository and development environment #4

Closed almeiphi closed 4 months ago

almeiphi commented 4 months ago

Issue: Set Up Project Structure and Dependencies

Description

We need to set up the project structure with separate folders for the Server (NestJS), Client (Astro), and SDK. Additionally, we'll install the necessary dependencies for the Server and pull the forked repository for the Client. The SDK folder will be prepared for future development.

Tasks

  1. Create Project Structure

    • Set up three folders: Server, Client, and SDK.
  2. Install Server Dependencies

    • Navigate to the Server folder and install the required dependencies for NestJS:
      • Mongoose for MongoDB integration
      • Swagger for API documentation
  3. Pull Client Repository

    • Clone or pull the forked repository for the Client into the Client folder.
  4. Prepare SDK Folder

    • Create the SDK folder structure and initialise it for future development.
  5. Create Github PR and Issue templates

Acceptance Criteria

Additional Notes


Labels: Setup, Project Structure, Dependencies Assignees: @teixeped

teixeped commented 4 months ago

Issue update:

Additional tasks added:

Problems during development: