Skip to content

Commit

Permalink
Revised readme
Browse files Browse the repository at this point in the history
  • Loading branch information
baltazarO committed Jul 22, 2021
1 parent 73a5ce6 commit bfca812
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions README.md
@@ -1,21 +1,22 @@
REST API
# REST API

Baltazar Ortiz
Author: Baltazar Ortiz

This will be a very basic REST API that uses a database.
This will be a very basic REST API that uses a database. Underlying technologies: Python3,
Flask, SQLite, HTTP.

Step 1: Installs
## Step 1: Installs

Install flask
Enter flask environment \
1. Install Flask
2. Enter Flask environment \
`flask shell`

Run the following commands: \
3. Run the following commands: \
`flask install request` \
`flask install flask_sqlalchemy` \
`flask install flask`

Step 2: Startup script
## Step 2: Startup script

Run startup.py to create database instance or in this case file

Expand Down

0 comments on commit bfca812

Please sign in to comment.