An open API service indexing awesome lists of open source software.

https://github.com/oclockvn/mega

A research / reference / sample / showcase project
https://github.com/oclockvn/mega

entity-framework-core netcore postgresql reactjs

Last synced: 6 months ago
JSON representation

A research / reference / sample / showcase project

Awesome Lists containing this project

README

          

# Mega

## API

## Client

- Install [volta](https://volta.sh/)
- Install node: `volta install node@22`
- Install pnpm: `npm i -g pnpm`
- Install dependencies: `pnpm --prefix src\megaapp\ install`

Start the server:

```
pnpm --prefix src\megaapp\ run dev
```

## Release

Run the command `.\release.ps1`, it'll build .net and react app to `.\publish` folder.