Skip to content

O1SoftwareNetwork/Momentum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MOMENTUM

A great mix of hosting your property, visit a place and discover nearby experience

Table of Contents

  1. Introduction
  2. Project Structure
  3. Prerequisites
  4. Setup Instructions
    1. Clone the Repository
    2. Running the Project

Introduction

Provide a brief overview of the project, its purpose, and its main features.

Project Structure

my_place
├── client
│ └── src
├── backend
│ ├── server
│ └── server.test
└── backend.sln

Prerequisites

Download docker if developing containerized route.

Download the following dependencies if running software locally (Without docker).

Setup Instructions

Clone the Repository

git clone https://github.com/O1SoftwareNetwork/my_place.git
cd my_place

Running Project (Development)

# Build docker images
docker compose build
# Run docker
docker compose up

Alternatively

The project can be run locally instead of using docker

# Install pnpm as a package manager
npm install -g pnpm

# Enter front end project
cd client

# Run install
pnpm install

# run both front end and back end
pnpm devserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •