Nemory is a full REST API built with flask to manage an application for memorizing English vocabulary for Spanish speakers. It is the first test version developed for the BACKEND-DEVELOPMENT course taught by REDI.
## Initialize database and migrations #### before run the app, please run below command
flask db init
- this will create a folder inside the app directory.
flask db migrate
- this will create all the migrations.
flask db upgrade
For running Nemory, type the following:
python main.py
HTTP Verb | Url Path | Description | Comments |
---|---|---|---|
POST | /nemory/api/v1.0/user/login | URL to read a collection of word | Payload: Json with name and password: Response ok: |
Use of header token for endpoints with security: