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
- Coming soon..
In this project using
- VScode
- Nodejs
- Git
- comming soon ...
Clone the project
git clone https://github.com/Devteamvietnam/bdigital.vn
Go to the project directory
cd my-project
Install dependencies default
yarn install
Start the server
yarn start
Install with dev-tool.sh
chmod +777 dev-tool.sh
Start the server
./dev-tool.sh dev
To deploy this project run
./dev-tool.sh build
./dev-tool.sh deploy
For 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 />;
}