Coder Social home page Coder Social logo

tromb-oui's Introduction

Tromb-Oui

Setup

docker-compose up

Define Your .env variable

touch .env
echo DATABASE_URL=mysql://root:root@mysql:3306/tromboui >> .env
echo KEY_PASSPHRASE=MyPrivatePassphraseHere >> .env

BACKEND

Create a user with FOSUser

docker exec php php bin/console fos:user:create testuser [email protected] p@ssword

Create your database

docker exec php bin/console doctrine:database:create
docker exec php bin/console doctrine:schema:update --force

Generate your private keys

mkdir -p config/jwt
openssl genrsa -out config/jwt/private.pem -aes256 4096
openssl rsa -pubout -in config/jwt/private.pem -out config/jwt/public.pem

API Documentation

Protocol, Route Parameters Description
POST /api/login_check _username: String, _password: String Sign in to get a JWT Token
GET /api/v1/people/get None Get all people
GET /api/v1/people/get{id} None Get one people
POST /api/v1/people/new Name: String, Description: String Create a new people, JWT required
POST /api/v1/people/{id}/edit Name: String, Description: String Edit a people, JWT required
DELETE /api/v1/people/{id} None Delete a people, JWT required

tromb-oui's People

Contributors

ccoquelet avatar jeanouicar avatar mrpandat avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.