https://github.com/mortonprod/boutiquebackend
https://github.com/mortonprod/boutiquebackend
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mortonprod/boutiquebackend
- Owner: mortonprod
- Created: 2017-06-24T21:29:03.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-13T00:34:05.000Z (over 7 years ago)
- Last Synced: 2024-12-30T23:50:27.593Z (4 months ago)
- Language: JavaScript
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```