create-exp-app
v1.0.7
Published
Create a backend project with expressjs ensuring MVC architecture
Downloads
163
Maintainers
Readme
Easily create backend project in no time with a single command ensuring MVC pattern using node and express with environment variables and cors setup.
USAGE
npx create-exp-app <project_name>
This will create a project with necessary packages to get started
The project will be created inside the folder from where the command is run