express-api-cli
express-api-cli copied to clipboard
Express-api-cli is a command line tool that generates an express project structure preconfigured with most commonly used packages that can spped up your development workflow.
Within the Windows environment USERNAME (in the .env file) will not be used. Instead the USERNAME of the windows OS environment variable will be used. Changing the USERNAME in de...
Any command, including `exp-api -v`, exits with 0 status without printing anything when it can't open `src/config/database.js`. There are 4 issues: - `exp-api -v` shouldn't be looking for any files...
Can we have options of installing packages with either yarn or npm?
``` typescript //get user Profile public getUserProfile = async (user_id: string): Promise => { console.log("Validity =====>", Mongoose.Types.ObjectId.isValid(user_id)); const data = await Profile.findOne({ user: Mongoose.Types.ObjectId.createFromHexString(user_id) }); return data; }; ``` In...
Why you people stopped updating this repo? its a quite interesting project