Skip to content
This repository was archived by the owner on Nov 14, 2022. It is now read-only.

Commit

Permalink
📝 Update descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Feb 28, 2018
1 parent f92a3bf commit bbdd871
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017 Senseta
Copyright (c) 2017 Sebastián Ramírez

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Base Project

[![Build Status](https://travis-ci.org/senseta-os/senseta-base-project.svg?branch=master)](https://travis-ci.org/senseta-os/senseta-base-project)
[![Build Status](https://travis-ci.org/tiangolo/full-stack.svg?branch=master)](https://travis-ci.org/tiangolo/full-stack)

Generate a back end and front end stack using Python, including interactive API documentation.

[![Screenshot](screenshot.png)](https://github.com/senseta-os/senseta-base-project)
[![Screenshot](screenshot.png)](https://github.com/tiangolo/full-stack)

## Features

Expand Down Expand Up @@ -42,7 +42,7 @@ Go to the directoy where you want to create your project and run:

```bash
pip install cookiecutter
cookiecutter https://github.com/senseta-os/base-project
cookiecutter https://github.com/tiangolo/full-stack
```

### Generate passwords
Expand Down Expand Up @@ -103,6 +103,12 @@ This stack can be adjusted and used with several deployment options that are com

Read the [**Guide to deploy a Docker Swarm Mode Cluster**](docker-swarm-cluster-deploy.md) in this repository.

## History

This project was based on [senseta-os/senseta-base-project](https://github.com/senseta-os/senseta-base-project).

As [I'm the only maintainer](https://github.com/tiangolo) since it was there, I'll continue its development here (https://github.com/tiangolo/full-stack).

## License

This project is licensed under the terms of the MIT license.

0 comments on commit bbdd871

Please sign in to comment.