Comming soon....
GET /api/items| Parameter | Type | Description |
|---|---|---|
api_key |
string |
Required. API key |
GET /api/items/${id}| Parameter | Type | Description |
|---|---|---|
id |
string |
Required. Id of item to fetch |
Takes two numbers and returns the sum.
Contributions are always welcome!
See contributing.md for ways to get started.
Please adhere to this project's code of conduct.
To run this project, you will need to add the following environment variables to your .env file
API_KEY
ANOTHER_API_KEY
- cooming soon..
In this project using
- VScode
- Nodejs
- Git
- comming soon ...Clone the project
git clone https://github.com/Devteamvietnam/shdsvn.comGo to the project directory
cd my-projectInstall dependencies default
yarn installStart the server
yarn startInstall with dev-tool.sh
chmod +777 dev-tool.shStart the server
./dev-tool.sh devTo deploy this project run
./dev-tool.sh build ./dev-tool.sh deployFor support, email thiendinh.dev@gmail.com
Client: React, Typescript
Server: Comming soon...
Javascript, HTML, CSS...
I'm a full stack developer...
import Component from 'my-project';
function App() {
return <Component />;
}