Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
create-express-ts-api
Advanced tools
create-express-ts-api A starter to kit for developing REST API in typescript and express.
A starter to kit for developing REST API in typescript and express.
Follow the instructions to initialize your express-ts-api project using this starter kit:
Install NodeJS LTS
npm
npm install npm@latest -g
Initiate your project by using the following npm command:
npx create-express-ts-api <project-name>
example : npx create-express-ts-api Firstapi
Install NPM packages
npm install
After this follow the steps to setup the Development DB:
Setting up Development DB
Note **If facing any issues, feel free to raise a issue or head towards Contact section **
Start the server by running the following command
npm run dev
To setup the DB follow the steps:
To set up the development DB make sure you have docker and docker-compose installed in your system.
Add a .env file at the root of the project and add a Database URL in the file
PORT=3000
DATABASE_URL="postgresql://johndoe:randompassword@localhost:5432/mydb"
To Trigger the Development DB Setup run following commands
npm run dev:db
npm run db-generate
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)Refer to this Contribution.md if you have any difficulty in making a pull request
Distributed under the MIT License. See LICENCE
for more information.
Sarthak Jain - @sarthakjdev
Email Id : contact.sarthakjain@gmail.com
Discord : Sarthak Jain#2443
LinkedIn: LinkedIn
To know more details about it refer to the blog: Hashnode
FAQs
create-express-ts-api A starter to kit for developing REST API in typescript and express.
We found that create-express-ts-api demonstrated a not healthy version release cadence and project activity because the last version was released 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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.