express-es6-rest-api
express-es6-rest-api copied to clipboard
:battery: Starter project for an ES6 RESTful Express API.
This fixes the following error, which occurs when running `$ npm start` after `$ npm run build`: ``` ReferenceError: regeneratorRuntime is not defined at ... at Module._compile (module.js:641:30) at Object.Module._extensions..js...
I am using async/await syntax in my project. runs fine with PORT=8080 npm run dev but when i try to run via docker i get error ReferenceError: regeneratorRuntime is not...
Sorry if this is off-topic, but I love the structure of `express-es6-rest-api` and I'm struggling to use it with Mongoose. If anyone can point me to an example, that'd be...
Hi. Can you please provide Git instructions to fork this repository in windows. Thanks.
I created custom boilerplate based upon this with simple login system connected to MongoDB and JWT authentication [express-es6-rest-api-auth](https://github.com/damianmarek/express-es6-rest-api-auth) Maybe someone of you will be interested in this. I know it's...