This package has been deprecated

Author message:

remove this package

@fasteam/generator-express-api

1.0.0 • Public • Published

Cookiecutter Expressjs

Build Status

Features

  • User Registration
  • Basic Authentication with username and password
  • Admin use react-admin
  • Oauth 2.0 Authentication
    • Facebook
    • Google
  • Upload Photo to S3 amazon
  • Docker

Prerequisites

Getting Started

To get up and running on local, simply do the following:

$ pip install cookiecutter
$ cookiecutter https://github.com/minhuyen/cookiecutter-expressjs.git
$ cd your-project-name
$ mv .env.example .env
# build docker images
$ docker-compose build
$ docker-compose run --rm client npm run build
$ docker-compose up

Readme

Keywords

Package Sidebar

Install

npm i @fasteam/generator-express-api

Weekly Downloads

1

Version

1.0.0

License

ISC

Unpacked Size

543 kB

Total Files

67

Last publish

Collaborators

  • uyen.do