Skip to content

asad-abd/Todo-App-gRPC-NextJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Running the backend server

Go to the folder 'backend-python-grpc',
Ensure that the requirements are installed as per the file 'requirements.txt' and run the following in the terminal:-

python server.py

Running the backend server

Go to the folder 'frontend-next-client-server',
Install the node modules and other packages by running

npm install

Then run the NextJS application by typing the following in the terminal:-

npm run dev

Open https://localhost:3000 with your browser to see the running app.

About

A Todo app wth python-gRPC backend and NextJS client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published