akveo / ngx-admin-bundle-support

Support repository for ngx-admin backend bundles with issues tracking, instructions and code samples
58 stars 32 forks source link

Flask backend does not work #83

Open Gabriel0402 opened 3 years ago

Gabriel0402 commented 3 years ago

I followed the instructions to start the backend:

install the required python modules

launch create database schema

run the application. However, I got the following 404 error with the backend:

(bundle_env) (base) ➜ backend python manage.py runserver

And when I navigate to http://localhost:3001/, it shows the following: { "message": "The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.", "result": null, "success": false }