testing-enviroment-setup #10

Merged
bucky merged 2 commits from testing-enviroment-setup into master 2023-10-02 14:55:29 -07:00
Showing only changes of commit d0c0ad5c16 - Show all commits
-1
View File
@@ -18,7 +18,6 @@ after the dependencies are installed, you have to create the db
`sequel -m db/migrations sqlite://db/url_shortener.db`
to start the application with Falcon:
`rackup -o {ip address} -p {port} -s falcon`