express-es6-rest-api icon indicating copy to clipboard operation
express-es6-rest-api copied to clipboard

:battery: Starter project for an ES6 RESTful Express API.

Results 23 express-es6-rest-api issues
Sort by recently updated
recently updated
newest added

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...

question

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...

question

Hi. Can you please provide Git instructions to fork this repository in windows. Thanks.

question

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...

question