Skip to content

Deepakdumka1/Postman-Clone

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Postman-Clone

Setup

git clone https://github.com/kamalkoranga/Postman-Clone
cd Postman-Clone
cd frontend
npm i
npm run start
cd ..
cd backend
python -m venv env
env\Scripts\activate
pip install -r requirements.txt
flask db upgrade
flask run

Frontend:

Backend:

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 56.1%
  • CSS 38.9%
  • Python 4.4%
  • Other 0.6%