Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/squishy123/ronin-starter

Ronin Framework Starter
https://github.com/squishy123/ronin-starter

backend framework nodejs ronin

Last synced: 1 day ago
JSON representation

Ronin Framework Starter

Awesome Lists containing this project

README

        

# ronin-starter

## Getting Started
### Install Dependencies
```console
npm install
```

### Copy and configure environment variables
```console
cp .env.example .env.dev && cp .env.example .env.prod
```

## Starting Development Environment
### Startup MongoDB in Docker Environment
```console
docker-compose up
```

### Start development server
```console
npm run dev
```