Server setup with mongodb.

Server handles creating and fetching products and their variations.
Models are saved to mongo using mongoose.
STILL PRETTY BARE BONES!
This commit is contained in:
2020-07-18 21:48:45 +02:00
parent 7078d994c0
commit 0dd3944fd2
10 changed files with 231 additions and 2 deletions

View File

@@ -41,4 +41,4 @@ const webpackConfig = merge(commonConfig(true), {
}
});
module.exports = webpackConfig;
module.exports = webpackConfig;