Skip to content

Commit

Permalink
feat: runtime instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
zkrRan committed Apr 29, 2024
1 parent b2ca0f1 commit 49a2401
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
36 changes: 35 additions & 1 deletion Inwza007/gemini-tcs/Gemini-1.md
Original file line number Diff line number Diff line change
@@ -1 +1,35 @@
# Gemini 1
# Gemini

This project is an implementation of the Gemini OCS system.

## Table of Contents

### designs
The designs and class diagrams are located in this folder

### implmentations
The implementations of the classes are located in this folder. There are two parts of the implementation. The "frontend" folder is
a Next.JS application that serves as a frontend. To start the application, follow these instructions

## Setup

```bash
cp .env.sample .env

pnpm install
```

## Start Frontend App (Dev)

```bash
pnpm dev
```

## Start Frontend App (Prod)

```bash
pnpm start
```

To run the backend, please run them as a separate process by your convenience. The backend is a Springboot application.

2 changes: 2 additions & 0 deletions Inwza007/gemini-tcs/gemini-1/implementations/.env.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
NEXT_PUBLIC_OCS_API_URL=http://localhost:8080
NEXTAUTH_SECRET='secretxd'

0 comments on commit 49a2401

Please sign in to comment.