Skip to content

demjened/flask-nextjs-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask/Next.js integration app

Installation

Set up the API

Create and activate a virtual environment:

cd api

python -m venv .venv

source .venv/bin/activate

Install dependencies:

pip install -r requirements.txt

Set up the front end

Install dependencies:

npm install

Starting the app

Start the API

npm run dev-api

OR

cd api

python app.py

Start the front end

npm run dev

Open http://localhost:3000 with your browser to see the result.

About

Flask/Next.js proof-of-concept app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published