setup backend project structure

This commit is contained in:
Bilal Catic
2020-02-14 07:53:18 +01:00
parent 51c2dfd824
commit 7fdda1b32e
10 changed files with 693 additions and 1 deletions

View File

@@ -1,2 +1,11 @@
# domensis
# Domensis
## Setup
### Node.js REST API
Note: execute commands from `backend` directory
1. Copy `env.template` and rename it to `.env`. Set desired values
2. Run `yarn install`. To skip dev dependencies, run `yarn install --production`. More info : https://classic.yarnpkg.com/en/docs/cli/install/#toc-yarn-install-production-true-false
3. To start server, run `yarn start`