1.0.0 • Published 5 years ago

@fasteam/generator-express-api v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
5 years ago

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
1.0.0

5 years ago