Skip to content

ScottNeaves/curl-builder2.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

curl-builder

Builds curl commands in the browser!

Stack

  • Backend: python3, Flask, MongoDB
  • Frontend: knockoutJS, bootstrap

Install and run:

  • Clone the project from GitHub to your local machine.
  • In project directory: pyvenv .env, . .env/bin/activate, pip install -r requirements.txt
  • Navigate to /static, run bower install, npm install
  • Install mongoDB, run mongod at the terminal
  • Add export MONGODB_URI=mongodb://localhost:27017/app to your ~/.bash_profile file or wherever you like to set environment variables
  • python app.py

About

Build curl commands in the browser.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published