
Security News
TypeScript is Porting Its Compiler to Go for 10x Faster Builds
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
Documentation: https://detamvc.deta.dev
Source Code: https://github.com/pyn-sol/detaMVC
DetaMVC is a framework for rapidly developing and deploying web applications using:
pip install detamvc
Other Requirements:
If you are familiar with Ruby on Rails, the commands are very similar for creating an application.
detamvc new project
cd project
detamvc scaffold item name:str description:text price:float quantity:int available:bool
Before running your project, be sure to set your PROJECT_KEY for Deta. You can get this from your Deta dashboard under 'settings'.
echo DETA_PROJECT_KEY="#######_#############" > .env
Or, save yourself the hassle and set your development project key using the command. Hint: Do this before creating a new project.
detamvc set-project-key #######_#################
This assumes you have uvicorn installed. You can run with other servers as you wish - just set up like you would for a normal FastAPI application.
detamvc s
or
uvicorn main:app --reload
Now you can deploy this on Deta! Before running the following, you will need to install the Deta CLI
deta new --project default
FAQs
Unknown package
We found that detamvc demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.