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

https://github.com/sp12102001/network-me

Starting framework for a auth-included social media application
https://github.com/sp12102001/network-me

authentication social-media social-network

Last synced: 2 months ago
JSON representation

Starting framework for a auth-included social media application

Awesome Lists containing this project

README

          

## Documentation

## Installation

> ⚠️ **Important**
Make sure the following tools are installed on your computer

![Docker Desktop Version](https://img.shields.io/badge/Docker%20Desktop-4.19.0-black?logo=docker)
![Node.js version](https://img.shields.io/badge/Node.js-20.11.0-black?logo=nodedotjs)
![npm Version](https://img.shields.io/badge/npm-10.2.4-black?logo=npm)



```bash
$ pnpm run init
```

## Development

```bash
$ pnpm run dev
```

[View your application in your browser](http://localhost:8099)

## Production

```bash
$ pnpm run build
$ pnpm run start
```