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

https://github.com/mortonprod/boutiquebackend


https://github.com/mortonprod/boutiquebackend

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Boutique Backend

This is the backend for a boutique store based in Helensburgh. The front is the boutique repository.

# Build

The backend is compose of two services; the node server and the mongo database.
This will be on a single network which will be deployed through a nginx proxy server.
See nginx-certbot for deployment details.

```
npm run build
```